| Package | Description |
|---|---|
| com.almasb.fxgl.extra.entity.action |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Action<T>> |
ActionComponent.actionsProperty() |
Optional<Action<T>> |
ActionComponent.getCurrentAction() |
Optional<Action<T>> |
ActionComponent.getLastAction() |
Optional<Action<T>> |
ActionComponent.getNextAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionComponent.addAction(Action action)
Add an action for this entity to execute.
|
void |
ActionComponent.removeAction(Action action) |
Copyright © 2018. All rights reserved.