Package zombie.ai.states
Class ThumpState
java.lang.Object
zombie.ai.State
zombie.ai.states.ThumpState
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
animEvent
(IsoGameCharacter gameCharacter, AnimEvent animEvent) void
enter
(IsoGameCharacter gameCharacter) void
execute
(IsoGameCharacter gameCharacter) void
exit
(IsoGameCharacter gameCharacter) static int
static ThumpState
instance()
Methods inherited from class zombie.ai.State
getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving
-
Constructor Details
-
ThumpState
public ThumpState()
-
-
Method Details