Class ClimbDownSheetRopeState
java.lang.Object
zombie.ai.State
zombie.ai.states.ClimbDownSheetRopeState
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final float
static final float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
enter
(IsoGameCharacter owner) void
execute
(IsoGameCharacter owner) void
exit
(IsoGameCharacter owner) static ClimbDownSheetRopeState
instance()
boolean
boolean
boolean
boolean
void
setParams
(IsoGameCharacter isoGameCharacter) Methods inherited from class zombie.ai.State
animEvent, getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving
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
-
Field Details
-
ClimbDownSpeed
public static final float ClimbDownSpeed- See Also:
-
ClimbDownSlowdown
public static final float ClimbDownSlowdown- See Also:
-
-
Constructor Details
-
ClimbDownSheetRopeState
public ClimbDownSheetRopeState()
-
-
Method Details
-
instance
-
enter
-
execute
-
exit
-
setParams
-
isSyncOnEnter
public boolean isSyncOnEnter()- Overrides:
isSyncOnEnter
in classState
-
isSyncOnExit
public boolean isSyncOnExit()- Overrides:
isSyncOnExit
in classState
-
isSyncOnSquare
public boolean isSyncOnSquare()- Overrides:
isSyncOnSquare
in classState
-
isSyncInIdle
public boolean isSyncInIdle()- Overrides:
isSyncInIdle
in classState
-