Package zombie.vehicles
Class AttackVehicleState
java.lang.Object
zombie.ai.State
zombie.vehicles.AttackVehicleState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanimEvent(IsoGameCharacter gameCharacter, AnimEvent animEvent) voidenter(IsoGameCharacter gameCharacter) voidexecute(IsoGameCharacter gameCharacter) voidexit(IsoGameCharacter gameCharacter) static AttackVehicleStateinstance()booleanisAttacking(IsoGameCharacter gameCharacter) booleanisPassengerExposed(IsoGameCharacter gameCharacter) Methods inherited from class zombie.ai.State
getDeltaModifiers, getName, getStatePermissions, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving
-
Constructor Details
-
AttackVehicleState
public AttackVehicleState()
-
-
Method Details