Class PathFindState2
java.lang.Object
zombie.ai.State
zombie.pathfind.PathFindState2
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
animEvent
(IsoGameCharacter var1, AnimEvent var2) void
enter
(IsoGameCharacter isoGameCharacter) void
execute
(IsoGameCharacter isoGameCharacter) void
exit
(IsoGameCharacter isoGameCharacter) boolean
isMoving
(IsoGameCharacter isoGameCharacter) Return TRUE if the owner is currently moving.Methods inherited from class zombie.ai.State
getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isSyncInIdle, isSyncOnEnter, isSyncOnExit, isSyncOnSquare, setParams
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.events.IAnimEventWrappedBroadcaster
addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener
-
Constructor Details
-
PathFindState2
public PathFindState2()
-
-
Method Details
-
enter
-
execute
-
exit
-
animEvent
- Specified by:
animEvent
in interfaceIAnimEventListener
- Specified by:
animEvent
in interfaceIAnimEventWrappedBroadcaster
- Overrides:
animEvent
in classState
-
isMoving
Description copied from class:State
Return TRUE if the owner is currently moving. Defaults to FALSE
-