Package zombie.ai.states
Class WalkTowardState
java.lang.Object
zombie.ai.State
zombie.ai.states.WalkTowardState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanimEvent(IsoGameCharacter gameCharacter, AnimEvent animEvent) booleancalculateTargetLocation(IsoZombie zombie, Vector2 vector2) voidenter(IsoGameCharacter gameCharacter) voidexecute(IsoGameCharacter gameCharacter) voidexit(IsoGameCharacter gameCharacter) static WalkTowardStateinstance()booleanisMoving(IsoGameCharacter gameCharacter) Methods inherited from class zombie.ai.State
getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide
-
Constructor Details
-
WalkTowardState
public WalkTowardState()
-
-
Method Details