| Package | Description |
|---|---|
| com.jonathan.survivor.entity |
| Modifier and Type | Method and Description |
|---|---|
Human.Mode |
Human.getMode()
Gets the mode (EXPLORING or FIGHTING) of the GameObject
|
static Human.Mode |
Human.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Human.Mode[] |
Human.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Human.setMode(Human.Mode mode)
Sets the mode (EXPLORING or FIGHTING) of the GameObject
|