- valueOf(String) - Static method in enum snakegame.map.Cell
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum snakegame.map.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum snakegame.session.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum snakegame.session.MapSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum snakegame.session.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum snakegame.map.Cell
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum snakegame.map.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum snakegame.session.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum snakegame.session.MapSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum snakegame.session.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VictoryException - Exception in snakegame.exception
-
Exceção que sinaliza que o jogo foi zerado.
- VictoryException(String) - Constructor for exception snakegame.exception.VictoryException
-
Construtor.
- VictoryException(Throwable) - Constructor for exception snakegame.exception.VictoryException
-
Construtor.
- VictoryException(String, Throwable) - Constructor for exception snakegame.exception.VictoryException
-
Construtor.