Package | Description |
---|---|
shared.definitions | |
shared.model | |
shared.networking.transport |
Modifier and Type | Method and Description |
---|---|
static GameRound |
GameRound.fromString(java.lang.String s) |
static GameRound |
GameRound.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameRound[] |
GameRound.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
GameRound.toString(GameRound type) |
Modifier and Type | Field and Description |
---|---|
GameRound |
GameState.state |
Modifier and Type | Method and Description |
---|---|
GameRound |
GameManager.CurrentState()
Returns the current round of the game
|
Modifier and Type | Field and Description |
---|---|
(package private) GameRound |
NetTurnTracker.round |
Modifier and Type | Method and Description |
---|---|
GameRound |
NetTurnTracker.getRound() |
Modifier and Type | Method and Description |
---|---|
void |
NetTurnTracker.setRound(GameRound round) |