Class AnimalAlertedState
java.lang.Object
zombie.ai.State
zombie.ai.states.animals.AnimalAlertedState
- All Implemented Interfaces:
IAnimEventListener, IAnimEventWrappedBroadcaster
-
Nested Class Summary
Nested classes/interfaces inherited from class State
State.Stage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanimEvent(IsoGameCharacter owner, AnimLayer layer, AnimationTrack track, AnimEvent event) voidenter(IsoGameCharacter owner) voidexecute(IsoGameCharacter owner) voidexit(IsoGameCharacter owner) static AnimalAlertedStateinstance()voidsetTurnAlertedValues(IsoAnimal animal, IsoMovingObject chr) Methods inherited from class State
canRagdoll, getAnimEventBroadcaster, getDeltaModifiers, getName, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving, isProcessedOnEnter, isProcessedOnExit, isSyncInIdle, isSyncOnEnter, isSyncOnExit, isSyncOnSquare, processOnEnter, processOnExit, setParams
-
Constructor Details
-
AnimalAlertedState
public AnimalAlertedState()
-
-
Method Details
-
instance
-
enter
-
execute
-
setTurnAlertedValues
-
exit
-
animEvent
public void animEvent(IsoGameCharacter owner, AnimLayer layer, AnimationTrack track, AnimEvent event) - Specified by:
animEventin interfaceIAnimEventListener- Specified by:
animEventin interfaceIAnimEventWrappedBroadcaster- Overrides:
animEventin classState
-