| Package | Description |
|---|---|
| snakegame.session |
| Modifier and Type | Method and Description |
|---|---|
Mode |
Session.getMode()
Estado do jogo.
|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setMode(Mode mode)
Define o estado do jogo.
|
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.