Sc2ApiSerializable<SC2APIProtocol.Debug.DebugSphere>, java.io.Serializablepublic final class DebugSphere extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Debug.DebugSphere>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DebugSphere.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
Point |
getCenter() |
|
Color |
getColor() |
|
float |
getRadius() |
|
int |
hashCode() |
|
static DebugSphereSyntax |
sphere() |
|
SC2APIProtocol.Debug.DebugSphere |
toSc2Api() |
|
java.lang.String |
toString() |
public static DebugSphereSyntax sphere()
public SC2APIProtocol.Debug.DebugSphere toSc2Api()
toSc2Api in interface Sc2ApiSerializable<SC2APIProtocol.Debug.DebugSphere>public Color getColor()
public Point getCenter()
public float getRadius()
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.