public abstract class AbstractAITaskEvent extends AbstractEvent implements AITaskEvent
AITaskEvent.Add, AITaskEvent.RemovecurrentOrder| 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, waitgetGoal, getPriority, getTaskgetTargetEntitygetCause, getContext, getSourceisCancelled, setCancelledpublic void init()
AbstractEventThis method should be used to initialize any fields that depend on parameters passed to the constructor.
init in class AbstractEvent