Package | Description |
---|---|
game |
Esse é o pacote que contém os controladores de fluxo do jogo, que são componentes
da classe Game
|
Modifier and Type | Method and Description |
---|---|
static Menu.CurrentMenu |
Menu.CurrentMenu.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Menu.CurrentMenu[] |
Menu.CurrentMenu.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Menu.setMenu(Menu.CurrentMenu menu)
Método para alteração do menu atual
|