| Modifier and Type | Field | Description |
|---|---|---|
static PlayerAction |
ChangePositionEvent.ACTION |
|
static PlayerAction |
DraggabilityChangedEvent.ACTION |
|
static PlayerAction |
PositionChangedEvent.ACTION |
|
static PlayerAction |
StateChangedEvent.ACTION |
|
static PlayerAction |
VisibilityChangedEvent.ACTION |
| Modifier and Type | Method | Description |
|---|---|---|
PlayerAction |
AbstractPlayerEvent.getAction() |
|
static PlayerAction |
PlayerAction.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PlayerAction[] |
PlayerAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
AbstractPlayerEvent(PlayerAction aAction,
P aSource) |
Instantiates a new abstract player event.
|
Copyright © 2018. All rights reserved.