Package zombie.ai.states
Class ZombieOnGroundState
java.lang.Object
zombie.ai.State
zombie.ai.states.ZombieOnGroundState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenter(IsoGameCharacter gameCharacter) voidexecute(IsoGameCharacter gameCharacter) voidexit(IsoGameCharacter gameCharacter) static ZombieOnGroundStateinstance()static booleanisCharacterStandingOnOther(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
-