Package | Description |
---|---|
client.model | |
shared.definitions |
Modifier and Type | Field and Description |
---|---|
private TurnState |
ClientGameManager.turnState |
Modifier and Type | Method and Description |
---|---|
TurnState |
ClientGameManager.getTurnState()
Gets the current TurnState
|
Modifier and Type | Method and Description |
---|---|
private void |
ClientGameManager.setTurnState(TurnState newstate)
Sets the turn state and calls the notification center
|
Modifier and Type | Method and Description |
---|---|
static TurnState |
TurnState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TurnState[] |
TurnState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|