|
| L2DoorAI (L2DoorInstance.AIAccessor accessor) |
|
| L2CharacterAI (L2Character.AIAccessor accessor) |
|
IntentionCommand | getNextIntention () |
|
void | stopAITask () |
|
void | clientStartAutoAttack () |
|
void | clientStopAutoAttack () |
|
void | describeStateToPlayer (L2PcInstance player) |
|
synchronized final void | followTarget () |
|
L2Character | getActor () |
|
L2Character | getAttackTarget () |
|
L2Character | getCastTarget () |
|
CtrlIntention | getIntention () |
|
Object | getIntentionArg0 () |
|
Object | getIntentionArg1 () |
|
NextAction | getNextAction () |
|
boolean | isAutoAttacking () |
|
final void | notifyEvent (CtrlEvent evt) |
|
final void | notifyEvent (CtrlEvent evt, Object arg0) |
|
final void | notifyEvent (CtrlEvent evt, Object arg0, Object arg1) |
|
void | setAutoAttacking (boolean isAutoAttacking) |
|
final void | setIntention (CtrlIntention intention) |
|
final void | setIntention (CtrlIntention intention, Object arg0) |
|
final void | setIntention (CtrlIntention intention, Object arg0, Object arg1) |
|
void | setNextAction (NextAction nextAction) |
|
final synchronized void | startFollow (L2Character target) |
|
final synchronized void | startFollow (L2Character target, int range) |
|
final synchronized void | stopFollow () |
|
|
void | onEvtAggression (L2Character target, int aggro) |
|
void | onEvtArrived () |
|
void | onEvtArrivedBlocked (L2CharPosition blocked_at_pos) |
|
void | onEvtArrivedRevalidate () |
|
void | onEvtAttacked (L2Character attacker) |
|
void | onEvtCancel () |
|
void | onEvtDead () |
|
void | onEvtForgetObject (L2Object object) |
|
void | onEvtReadyToAct () |
|
void | onEvtRooted (L2Character attacker) |
|
void | onEvtSleeping (L2Character attacker) |
|
void | onEvtStunned (L2Character attacker) |
|
void | onEvtThink () |
|
void | onEvtUserCmd (Object arg0, Object arg1) |
|
void | onIntentionActive () |
|
void | onIntentionAttack (L2Character target) |
|
void | onIntentionCast (L2Skill skill, L2Object target) |
|
void | onIntentionFollow (L2Character target) |
|
void | onIntentionIdle () |
|
void | onIntentionInteract (L2Object object) |
|
void | onIntentionMoveTo (L2CharPosition destination) |
|
void | onIntentionPickUp (L2Object item) |
|
void | onIntentionRest () |
|
boolean | checkTargetLost (L2Object target) |
|
boolean | checkTargetLostOrDead (L2Character target) |
|
boolean | maybeMoveToPawn (L2Object target, int offset) |
|
boolean | maybeMoveToPosition (Point3D worldPosition, int offset) |
|
void | onEvtConfused (L2Character attacker) |
|
void | onEvtFakeDeath () |
|
void | onEvtFinishCasting () |
|
void | onEvtMuted (L2Character attacker) |
|
void | onEvtParalyzed (L2Character attacker) |
|
void | onIntentionMoveToInABoat (L2CharPosition destination, L2CharPosition origin) |
|
| AbstractAI (L2Character.AIAccessor accessor) |
|
boolean | canMoveTo (Location loc) |
|
void | clientActionFailed () |
|
void | clientNotifyDead () |
|
void | clientStopMoving (L2CharPosition pos) |
|
void | clientStoppedMoving () |
|
L2Character | getFollowTarget () |
|
L2Object | getTarget () |
|
void | moveTo (int x, int y, int z) |
|
void | moveTo (int x, int y, int z, int offset) |
|
void | moveToInABoat (L2CharPosition destination, L2CharPosition origin) |
|
void | moveToPawn (L2Object pawn, int offset) |
|
synchronized void | setAttackTarget (L2Character target) |
|
synchronized void | setCastTarget (L2Character target) |
|
synchronized void | setTarget (L2Object target) |
|