|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| nl.tudelft.goal.unreal.actions | |
| Uses of Action in nl.tudelft.goal.unreal.actions |
|---|
| Methods in nl.tudelft.goal.unreal.actions that return types with arguments of type Action | |
|---|---|
Collection<Action> |
ActionQueue.drain()
Drains all actions from the queue. |
| Methods in nl.tudelft.goal.unreal.actions with parameters of type Action | |
|---|---|
boolean |
Action.hasEffect(Action action)
Returns true if executing the argument action does not impede the execution of this action. |
void |
ActionQueue.put(Action action)
Puts an action on the queue. |
boolean |
Action.replaces(Action action)
Returns true if executing the argument action before this action will have no effect. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||