Sc2ApiSerializable<SC2APIProtocol.Debug.DebugCreateUnit>
, java.io.Serializable
public final class DebugCreateUnit extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Debug.DebugCreateUnit>
Modifier and Type | Class | Description |
---|---|---|
static class |
DebugCreateUnit.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DebugCreateUnitSyntax |
createUnit() |
|
boolean |
equals(java.lang.Object o) |
|
int |
getOwner() |
|
Point2d |
getPosition() |
|
int |
getQuantity() |
|
UnitType |
getType() |
|
int |
hashCode() |
|
SC2APIProtocol.Debug.DebugCreateUnit |
toSc2Api() |
|
java.lang.String |
toString() |
public static DebugCreateUnitSyntax createUnit()
public SC2APIProtocol.Debug.DebugCreateUnit toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Debug.DebugCreateUnit>
public UnitType getType()
public int getOwner()
public Point2d getPosition()
public int getQuantity()
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.