Class ClimbDownSheetRopeState
java.lang.Object
zombie.ai.State
zombie.ai.states.ClimbDownSheetRopeState
- All Implemented Interfaces:
IStateFlagsSource, IAnimEventListener, IAnimEventWrappedBroadcaster
-
Nested Class Summary
Nested classes/interfaces inherited from class State
State.Param<T>, State.Stage -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final State.Param<Boolean> static final State.Param<Float> -
Method Summary
Modifier and TypeMethodDescriptionvoidenter(IsoGameCharacter isoGameCharacter) voidexecute(IsoGameCharacter isoGameCharacter) voidexit(IsoGameCharacter isoGameCharacter) static ClimbDownSheetRopeStateinstance()booleanbooleanvoidprocessOnEnter(IsoGameCharacter owner, Map<Object, Object> delegate) voidprocessOnExit(IsoGameCharacter owner, Map<Object, Object> delegate) voidsetParams(IsoGameCharacter isoGameCharacter, State.Stage stage) Methods inherited from class State
animEvent, getAnimEventBroadcaster, getDeltaModifiers, getName, getParams, isIgnoreCollide, isSyncInIdle, isSyncOnEnter, isSyncOnExit, isSyncOnSquare, loadFromMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAnimEventWrappedBroadcaster
addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListenerMethods inherited from interface IStateFlagsSource
canBeHitByVehicle, canRagdoll, canSlowDownVehicleWhenHit, causesDamageToVehicleWhenHit, isAttacking, isDoingActionThatCanBeCancelled, isMoving
-
Field Details
-
SPEED
-
CLIMB
-
-
Method Details
-
instance
-
enter
-
execute
-
exit
-
setParams
-
isProcessedOnEnter
public boolean isProcessedOnEnter()- Overrides:
isProcessedOnEnterin classState
-
processOnEnter
- Overrides:
processOnEnterin classState
-
isProcessedOnExit
public boolean isProcessedOnExit()- Overrides:
isProcessedOnExitin classState
-
processOnExit
- Overrides:
processOnExitin classState
-