Class AnimalOnGroundState
java.lang.Object
zombie.ai.State
zombie.ai.states.animals.AnimalOnGroundState
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.ai.State
State.Stage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
animEvent
(IsoGameCharacter var1, AnimLayer var2, AnimationTrack var3, AnimEvent var4) void
enter
(IsoGameCharacter character) void
execute
(IsoGameCharacter character) void
exit
(IsoGameCharacter var1) static AnimalOnGroundState
instance()
Methods inherited from class zombie.ai.State
canRagdoll, getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving, isSyncInIdle, isSyncOnEnter, isSyncOnExit, isSyncOnSquare, setParams
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.events.IAnimEventWrappedBroadcaster
addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener
-
Constructor Details
-
AnimalOnGroundState
public AnimalOnGroundState()
-
-
Method Details