Package | Description |
---|---|
me.lihq.game.people |
Modifier and Type | Field and Description |
---|---|
protected AbstractPerson.PersonState |
AbstractPerson.state
This is the current walking state of the Person.
|
Modifier and Type | Method and Description |
---|---|
AbstractPerson.PersonState |
AbstractPerson.getState()
This method returns the Persons walking state.
|
static AbstractPerson.PersonState |
AbstractPerson.PersonState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPerson.PersonState[] |
AbstractPerson.PersonState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|