Package zombie.ai.states
Class ClimbSheetRopeState
java.lang.Object
zombie.ai.State
zombie.ai.states.ClimbSheetRopeState
public final class ClimbSheetRopeState extends State
-
Field Summary
Fields Modifier and Type Field Description static floatCLIMB_SPEED -
Constructor Summary
Constructors Constructor Description ClimbSheetRopeState() -
Method Summary
Modifier and Type Method Description voidenter(IsoGameCharacter gameCharacter)voidexecute(IsoGameCharacter gameCharacter)voidexit(IsoGameCharacter gameCharacter)floatgetClimbSheetRopeSpeed(IsoGameCharacter gameCharacter)static ClimbSheetRopeStateinstance()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_SPEED
public static final float CLIMB_SPEED- See Also:
- Constant Field Values
-
-
Constructor Details
-
ClimbSheetRopeState
public ClimbSheetRopeState()
-
-
Method Details