Modifier and Type | Method | Description |
---|---|---|
boolean |
S2Controller.inState(GameStatus expectedStatus) |
|
void |
S2Controller.isInState(GameStatus expectedStatus) |
Modifier and Type | Method | Description |
---|---|---|
GameStatus |
ControlInterface.getLastStatus() |
|
GameStatus |
ProtoInterface.lastStatus() |
Modifier and Type | Method | Description |
---|---|---|
static GameStatus |
GameStatus.from(SC2APIProtocol.Sc2Api.Status sc2ApiStatus) |
|
static GameStatus |
GameStatus.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static GameStatus[] |
GameStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
GameStatus |
Response.getStatus() |
Copyright © 2017–2018 Ocraft Project. All rights reserved.