Class ZombieOnGroundState
java.lang.Object
zombie.ai.State
zombie.ai.states.ZombieOnGroundState
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.ai.State
State.Stage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
enter
(IsoGameCharacter owner) void
execute
(IsoGameCharacter owner) void
exit
(IsoGameCharacter owner) static ZombieOnGroundState
instance()
static boolean
isCharacterStandingOnOther
(IsoGameCharacter chrStanding, IsoGameCharacter chrProne) boolean
boolean
boolean
boolean
static void
startReanimateTimer
(IsoZombie zombie) Methods inherited from class zombie.ai.State
animEvent, canRagdoll, getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isIgnoreCollide, isMoving, setParams
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.events.IAnimEventWrappedBroadcaster
addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener
-
Constructor Details
-
ZombieOnGroundState
public ZombieOnGroundState()
-
-
Method Details
-
instance
-
enter
-
execute
-
isCharacterStandingOnOther
public static boolean isCharacterStandingOnOther(IsoGameCharacter chrStanding, IsoGameCharacter chrProne) -
startReanimateTimer
-
exit
-
isSyncOnEnter
public boolean isSyncOnEnter()- Overrides:
isSyncOnEnter
in classState
-
isSyncOnExit
public boolean isSyncOnExit()- Overrides:
isSyncOnExit
in classState
-
isSyncOnSquare
public boolean isSyncOnSquare()- Overrides:
isSyncOnSquare
in classState
-
isSyncInIdle
public boolean isSyncInIdle()- Overrides:
isSyncInIdle
in classState
-