public abstract class AbstractAITaskEvent extends AbstractEvent implements AITaskEvent
AITaskEvent.Add, AITaskEvent.Remove
currentOrder
Constructor and Description |
---|
AbstractAITaskEvent() |
Modifier and Type | Method and Description |
---|---|
void |
init()
Called once all fields have been set by the generated
constructor in a subclass.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGoal, getPriority, getTask
getTargetEntity
getCause, getContext, getSource
isCancelled, setCancelled
public void init()
AbstractEvent
This method should be used to initialize any fields that depend on parameters passed to the constructor.
init
in class AbstractEvent