Class AnimalEatState
java.lang.Object
zombie.ai.State
zombie.ai.states.animals.AnimalEatState
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
animEvent
(IsoGameCharacter isoGameCharacter, AnimEvent animEvent) void
enter
(IsoGameCharacter isoGameCharacter) void
execute
(IsoGameCharacter isoGameCharacter) void
exit
(IsoGameCharacter isoGameCharacter) static AnimalEatState
instance()
Methods inherited from class zombie.ai.State
getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving, 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
-
AnimalEatState
public AnimalEatState()
-
-
Method Details