Package | Description |
---|---|
enumerate | |
fighting | |
structs |
Modifier and Type | Method and Description |
---|---|
static Action |
Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Action |
Character.getAction() |
Action |
Fighting.interpretationCommand(Character character,
java.util.Deque<KeyData> input) |
Modifier and Type | Method and Description |
---|---|
Attack |
Character.runMotion(Action motionNumber) |
Modifier and Type | Method and Description |
---|---|
Action |
ReplayCharacterData.getAction() |
Action |
CharacterData.getAction()
Returns the character's action.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayCharacterData.setAction(Action action) |
void |
CharacterData.setAction(Action action)
Sets the character's action.
|