Modifier and Type | Method and Description |
---|---|
IGame.GameMode |
Game.getGameMode() |
IGame.GameMode |
IGame.getGameMode()
retrieves current gameMode
|
static IGame.GameMode |
IGame.GameMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IGame.GameMode[] |
IGame.GameMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Game.setGameMode(IGame.GameMode gameMode) |
void |
IGame.setGameMode(IGame.GameMode gameMode)
Sets the game type.
|