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 floatCLIMB_DOWN_SPEED -
Constructor Summary
Constructors Constructor Description ClimbDownSheetRopeState() -
Method Summary
Modifier and Type Method Description voidenter(IsoGameCharacter gameCharacter)voidexecute(IsoGameCharacter gameCharacter)voidexit(IsoGameCharacter gameCharacter)floatgetClimbDownSheetRopeSpeed(IsoGameCharacter gameCharacter)static ClimbDownSheetRopeStateinstance()Methods inherited from class zombie.ai.State
animEvent, getDeltaModifiers, getName, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMovingMethods 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