Sc2ApiSerializable<SC2APIProtocol.Debug.DebugCommand>, java.io.Serializablepublic final class DebugCommand extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Debug.DebugCommand>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DebugCommand.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DebugCommand.Builder |
command() |
|
boolean |
equals(java.lang.Object o) |
|
java.util.Optional<DebugCreateUnit> |
getCreateUnit() |
|
java.util.Optional<DebugDraw> |
getDraw() |
|
java.util.Optional<DebugEndGame> |
getEndGame() |
|
java.util.Optional<DebugGameState> |
getGameState() |
|
java.util.Optional<DebugKillUnit> |
getKillUnit() |
|
java.util.Optional<DebugSetScore> |
getSetScore() |
|
java.util.Optional<DebugSetUnitValue> |
getSetUnitValue() |
|
java.util.Optional<DebugTestProcess> |
getTestProcess() |
|
int |
hashCode() |
|
SC2APIProtocol.Debug.DebugCommand |
toSc2Api() |
|
java.lang.String |
toString() |
public static DebugCommand.Builder command()
public SC2APIProtocol.Debug.DebugCommand toSc2Api()
toSc2Api in interface Sc2ApiSerializable<SC2APIProtocol.Debug.DebugCommand>public java.util.Optional<DebugDraw> getDraw()
public java.util.Optional<DebugGameState> getGameState()
public java.util.Optional<DebugCreateUnit> getCreateUnit()
public java.util.Optional<DebugKillUnit> getKillUnit()
public java.util.Optional<DebugTestProcess> getTestProcess()
public java.util.Optional<DebugSetScore> getSetScore()
public java.util.Optional<DebugEndGame> getEndGame()
public java.util.Optional<DebugSetUnitValue> getSetUnitValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017–2018 Ocraft Project. All rights reserved.