Package zombie.ai.states
Class ClimbDownSheetRopeState
java.lang.Object
zombie.ai.State
zombie.ai.states.ClimbDownSheetRopeState
public final class ClimbDownSheetRopeState extends State
-
Field Summary
Fields Modifier and Type Field Description static float
CLIMB_DOWN_SPEED
-
Constructor Summary
Constructors Constructor Description ClimbDownSheetRopeState()
-
Method Summary
Modifier and Type Method Description void
enter(IsoGameCharacter gameCharacter)
void
execute(IsoGameCharacter gameCharacter)
void
exit(IsoGameCharacter gameCharacter)
float
getClimbDownSheetRopeSpeed(IsoGameCharacter gameCharacter)
static ClimbDownSheetRopeState
instance()
Methods inherited from class zombie.ai.State
animEvent, getDeltaModifiers, getName, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CLIMB_DOWN_SPEED
public static final float CLIMB_DOWN_SPEED- See Also:
- Constant Field Values
-
-
Constructor Details
-
ClimbDownSheetRopeState
public ClimbDownSheetRopeState()
-
-
Method Details