Package | Description |
---|---|
com.jonathan.survivor.screens |
Modifier and Type | Method and Description |
---|---|
static GameScreen.GameState |
GameScreen.GameState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameScreen.GameState[] |
GameScreen.GameState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GameScreen.pauseGame(GameScreen.GameState newState)
Pauses the game whilst running.
|