Package | Description |
---|---|
org.bitbrawl.foodfight.field |
Classes and interfaces representing objects and properties of the game field.
|
Modifier and Type | Method | Description |
---|---|---|
Event.Type |
Event.getType() |
Returns the type of this action, either one-time or ongoing.
|
static Event.Type |
Event.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
Event.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|