| Package | Description |
|---|---|
| snakegame.action | |
| snakegame.session |
| Constructor and Description |
|---|
ChangeDifficultAction(SnakeGame application,
Session session,
Level level)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
Level |
Session.getLevel()
Nível de dificuldade.
|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.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.setLevel(Level level)
Define o nível de dificuldade.
|
| Constructor and Description |
|---|
Session(MapSize mapSize,
Level level)
Construtor.
|
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.