Sc2ApiSerializable<SC2APIProtocol.Debug.DebugDraw>
, java.io.Serializable
public final class DebugDraw extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Debug.DebugDraw>
Modifier and Type | Class | Description |
---|---|---|
static class |
DebugDraw.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DebugDrawSyntax |
draw() |
|
boolean |
equals(java.lang.Object o) |
|
java.util.List<DebugBox> |
getBoxes() |
|
java.util.List<DebugLine> |
getLines() |
|
java.util.List<DebugSphere> |
getSpheres() |
|
java.util.List<DebugText> |
getTexts() |
|
int |
hashCode() |
|
SC2APIProtocol.Debug.DebugDraw |
toSc2Api() |
|
java.lang.String |
toString() |
public static DebugDrawSyntax draw()
public SC2APIProtocol.Debug.DebugDraw toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Debug.DebugDraw>
public java.util.List<DebugText> getTexts()
public java.util.List<DebugLine> getLines()
public java.util.List<DebugBox> getBoxes()
public java.util.List<DebugSphere> getSpheres()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017–2018 Ocraft Project. All rights reserved.