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