Class AnimalAttackState
java.lang.Object
zombie.ai.State
zombie.ai.states.animals.AnimalAttackState
- 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 TypeMethodDescriptionvoidanimEvent(IsoGameCharacter character, AnimLayer var2, AnimationTrack var3, AnimEvent animEvent) voidenter(IsoGameCharacter var1) voidexecute(IsoGameCharacter character) voidexit(IsoGameCharacter var1) static AnimalAttackStateinstance()Methods inherited from class zombie.ai.State
canRagdoll, getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving, isSyncInIdle, isSyncOnEnter, isSyncOnExit, isSyncOnSquare, setParamsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.core.skinnedmodel.advancedanimation.events.IAnimEventWrappedBroadcaster
addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener
-
Constructor Details
-
AnimalAttackState
public AnimalAttackState()
-
-
Method Details
-
instance
-
enter
-
execute
-
exit
-
animEvent
public void animEvent(IsoGameCharacter character, AnimLayer var2, AnimationTrack var3, AnimEvent animEvent) - Specified by:
animEventin interfaceIAnimEventListener- Specified by:
animEventin interfaceIAnimEventWrappedBroadcaster- Overrides:
animEventin classState
-