Sc2ApiSerializable<SC2APIProtocol.Sc2Api.Request>, java.io.Serializablepublic final class RequestCreateGame extends Request
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RequestCreateGame.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static RequestCreateGameSyntax |
createGame() |
|
boolean |
equals(java.lang.Object o) |
|
java.util.Optional<BattlenetMap> |
getBattlenetMap() |
|
java.util.Optional<LocalMap> |
getLocalMap() |
|
java.util.List<PlayerSetup> |
getPlayerSetups() |
|
java.util.Optional<java.lang.Integer> |
getRandomSeed() |
|
int |
hashCode() |
|
boolean |
isDisableFog() |
|
boolean |
isRealTime() |
|
ResponseType |
responseType() |
|
SC2APIProtocol.Sc2Api.Request |
toSc2Api() |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNanoTimepublic static RequestCreateGameSyntax createGame()
public SC2APIProtocol.Sc2Api.Request toSc2Api()
public ResponseType responseType()
responseType in class Requestpublic boolean isDisableFog()
public boolean isRealTime()
public java.util.Optional<java.lang.Integer> getRandomSeed()
public java.util.List<PlayerSetup> getPlayerSetups()
public java.util.Optional<BattlenetMap> getBattlenetMap()
public java.util.Optional<LocalMap> getLocalMap()
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.