Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
de.smarten.tsuro.shared.network |
Modifier and Type | Method and Description |
---|---|
GameState |
Game.getGameState() |
GameState |
IGame.getGameState() |
GameState |
GameModel.getGameState() |
static GameState |
GameState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameState[] |
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 |
Game.setGameState(GameState gameState) |
void |
IGame.setGameState(GameState gameState) |
void |
GameModel.setGameState(GameState gameState) |
Modifier and Type | Method and Description |
---|---|
static GameState |
GameModelTranslator.eGameStateToGameState(de.upb.swt.swtpra2017.swtinterface.GameState eGameState) |
Modifier and Type | Method and Description |
---|---|
static de.upb.swt.swtpra2017.swtinterface.GameState |
GameModelTranslator.gameStateToEGameState(GameState gameState) |
Copyright © 2017 smarTen. All rights reserved.