public interface AITaskEvent extends TargetAgentEvent, Cancellable
Modifier and Type | Interface and Description |
---|---|
static interface |
AITaskEvent.Add
|
static interface |
AITaskEvent.Remove
|
Modifier and Type | Method and Description |
---|---|
Goal<? extends Agent> |
getGoal()
Gets the
Goal the task will be assigned to. |
int |
getPriority()
Gets the priority the task will be assigned to.
|
AITask<? extends Agent> |
getTask()
Gets the
AITask to be assigned. |
getTargetEntity
getCause, getContext, getSource
isCancelled, setCancelled