Sc2ApiSerializable<SC2APIProtocol.Sc2Api.Request>
, java.io.Serializable
public final class RequestData extends Request
Modifier and Type | Class | Description |
---|---|---|
static class |
RequestData.Builder |
|
static class |
RequestData.Type |
Modifier and Type | Method | Description |
---|---|---|
static RequestDataSyntax |
data() |
|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
boolean |
isAbility() |
|
boolean |
isBuff() |
|
boolean |
isEffect() |
|
boolean |
isUnitType() |
|
boolean |
isUpgrade() |
|
ResponseType |
responseType() |
|
SC2APIProtocol.Sc2Api.Request |
toSc2Api() |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getNanoTime
public static RequestDataSyntax data()
public SC2APIProtocol.Sc2Api.Request toSc2Api()
public ResponseType responseType()
responseType
in class Request
public boolean isAbility()
public boolean isUnitType()
public boolean isUpgrade()
public boolean isBuff()
public boolean isEffect()
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.