Package | Description |
---|---|
org.bitbrawl.foodfight.util |
Useful classes that do not directly represent field objects.
|
Modifier and Type | Method | Description |
---|---|---|
static Direction.Deserializer |
Direction.Deserializer.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Direction.Deserializer[] |
Direction.Deserializer.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|