Package zombie.vehicles
Class AttackVehicleState
java.lang.Object
zombie.ai.State
zombie.vehicles.AttackVehicleState
public final class AttackVehicleState extends State
-
Constructor Summary
Constructors Constructor Description AttackVehicleState()
-
Method Summary
Modifier and Type Method Description void
animEvent(IsoGameCharacter gameCharacter, AnimEvent animEvent)
void
enter(IsoGameCharacter gameCharacter)
void
execute(IsoGameCharacter gameCharacter)
void
exit(IsoGameCharacter gameCharacter)
static AttackVehicleState
instance()
boolean
isAttacking(IsoGameCharacter gameCharacter)
boolean
isPassengerExposed(IsoGameCharacter gameCharacter)
Methods inherited from class zombie.ai.State
getDeltaModifiers, getName, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AttackVehicleState
public AttackVehicleState()
-
-
Method Details