Class ClimbOverFenceState
java.lang.Object
zombie.ai.State
zombie.ai.states.ClimbOverFenceState
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enter
(IsoGameCharacter owner) void
execute
(IsoGameCharacter owner) void
exit
(IsoGameCharacter owner) void
getDeltaModifiers
(IsoGameCharacter owner, MoveDeltaModifiers modifiers) static ClimbOverFenceState
instance()
boolean
isIgnoreCollide
(IsoGameCharacter owner, int fromX, int fromY, int fromZ, int toX, int toY, int toZ) Description copied from class: Stateboolean
boolean
boolean
void
setParams
(IsoGameCharacter owner, IsoDirections dir) Methods inherited from class zombie.ai.State
animEvent, getAnimEventBroadcaster, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isMoving, isSyncInIdle, setParams
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.events.IAnimEventWrappedBroadcaster
addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener, addAnimEventListener
-
Field Details
-
TRIP_TREE
public static final int TRIP_TREE- See Also:
-
TRIP_ZOMBIE
public static final int TRIP_ZOMBIE- See Also:
-
COLLIDE_WITH_WALL
public static final int COLLIDE_WITH_WALL- See Also:
-
TRIP_METAL_BARS
public static final int TRIP_METAL_BARS- See Also:
-
TRIP_WINDOW
public static final int TRIP_WINDOW- See Also:
-
-
Method Details
-
instance
-
enter
-
execute
-
exit
-
getDeltaModifiers
- Overrides:
getDeltaModifiers
in classState
-
isIgnoreCollide
public boolean isIgnoreCollide(IsoGameCharacter owner, int fromX, int fromY, int fromZ, int toX, int toY, int toZ) Description copied from class: State- Overrides:
isIgnoreCollide
in classState
-
setParams
-
isSyncOnEnter
public boolean isSyncOnEnter()- Overrides:
isSyncOnEnter
in classState
-
isSyncOnExit
public boolean isSyncOnExit()- Overrides:
isSyncOnExit
in classState
-
isSyncOnSquare
public boolean isSyncOnSquare()- Overrides:
isSyncOnSquare
in classState
-