Package | Description |
---|---|
main |
Esse é o pacote que contém as classes principais do projeto, e o método main de execução
|
Modifier and Type | Method and Description |
---|---|
static Game.GameState |
Game.GameState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Game.GameState[] |
Game.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(Game.GameState state)
Método para alteração externa do estado atual do jogo
|