Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- instance()
- enter(IsoGameCharacter)
- execute(IsoGameCharacter)
- slideCharacterToWindowOpening(IsoGameCharacter, ClimbThroughWindowPositioningParams)
- exit(IsoGameCharacter)
- slideX(IsoGameCharacter, float)
- slideY(IsoGameCharacter, float)
- animEvent(IsoGameCharacter, AnimEvent)
- isIgnoreCollide(IsoGameCharacter, int, int, int, int, int, int)
- getWindow(IsoGameCharacter)
- isWindowClosing(IsoGameCharacter)
- getDeltaModifiers(IsoGameCharacter, MoveDeltaModifiers)
- isFreeSquare(IsoGridSquare)
- isObstacleSquare(IsoGridSquare)
- getFreeSquareAfterObstacles(IsoGridSquare, IsoDirections)
- isPastInnerEdgeOfSquare(IsoGameCharacter, int, int, IsoDirections)
- isPastOuterEdgeOfSquare(IsoGameCharacter, int, int, IsoDirections)
- setParams(IsoGameCharacter, IsoObject)
- getClimbThroughWindowPositioningParams(IsoGameCharacter, IsoObject, ClimbThroughWindowPositioningParams)
- getPositioningParams(IsoGameCharacter)
- setParams(IsoGameCharacter)
- isSyncOnEnter()
- isSyncOnExit()
- isSyncOnSquare()
Class ClimbThroughWindowState
java.lang.Object
zombie.ai.State
zombie.ai.states.ClimbThroughWindowState
- All Implemented Interfaces:
IAnimEventListener
,IAnimEventWrappedBroadcaster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
animEvent
(IsoGameCharacter owner, AnimEvent event) void
enter
(IsoGameCharacter owner) void
execute
(IsoGameCharacter owner) void
exit
(IsoGameCharacter owner) static void
getClimbThroughWindowPositioningParams
(IsoGameCharacter isoGameCharacter, IsoObject isoObject, ClimbThroughWindowPositioningParams climbThroughWindowPositioningParams) void
getDeltaModifiers
(IsoGameCharacter owner, MoveDeltaModifiers modifiers) static IsoGridSquare
getFreeSquareAfterObstacles
(IsoGridSquare isoGridSquare1, IsoDirections isoDirections) getPositioningParams
(IsoGameCharacter isoGameCharacter) getWindow
(IsoGameCharacter owner) static ClimbThroughWindowState
instance()
static boolean
isFreeSquare
(IsoGridSquare isoGridSquare) boolean
isIgnoreCollide
(IsoGameCharacter owner, int fromX, int fromY, int fromZ, int toX, int toY, int toZ) Description copied from class: Statestatic boolean
isObstacleSquare
(IsoGridSquare isoGridSquare) boolean
isPastInnerEdgeOfSquare
(IsoGameCharacter owner, int x, int y, IsoDirections moveDir) boolean
isPastOuterEdgeOfSquare
(IsoGameCharacter owner, int x, int y, IsoDirections moveDir) boolean
boolean
boolean
boolean
isWindowClosing
(IsoGameCharacter owner) void
setParams
(IsoGameCharacter isoGameCharacter) void
setParams
(IsoGameCharacter owner, IsoObject obj) static void
slideCharacterToWindowOpening
(IsoGameCharacter isoGameCharacter, ClimbThroughWindowPositioningParams climbThroughWindowPositioningParams) static void
slideX
(IsoGameCharacter isoGameCharacter, float float1) static void
slideY
(IsoGameCharacter isoGameCharacter, float float1) Methods inherited from class zombie.ai.State
getAnimEventBroadcaster, getName, getStatePermissions, isAttacking, isDoingActionThatCanBeCancelled, isMoving, isSyncInIdle
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
-
Constructor Details
-
Method Details
-
instance
-
enter
-
execute
-
slideCharacterToWindowOpening
public static void slideCharacterToWindowOpening(IsoGameCharacter isoGameCharacter, ClimbThroughWindowPositioningParams climbThroughWindowPositioningParams) -
exit
-
slideX
-
slideY
-
animEvent
- Specified by:
animEvent
in interfaceIAnimEventListener
- Specified by:
animEvent
in interfaceIAnimEventWrappedBroadcaster
- Overrides:
animEvent
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
-
getWindow
-
isWindowClosing
-
getDeltaModifiers
- Overrides:
getDeltaModifiers
in classState
-
isFreeSquare
-
isObstacleSquare
-
getFreeSquareAfterObstacles
public static IsoGridSquare getFreeSquareAfterObstacles(IsoGridSquare isoGridSquare1, IsoDirections isoDirections) -
isPastInnerEdgeOfSquare
-
isPastOuterEdgeOfSquare
-
setParams
-
getClimbThroughWindowPositioningParams
public static void getClimbThroughWindowPositioningParams(IsoGameCharacter isoGameCharacter, IsoObject isoObject, ClimbThroughWindowPositioningParams climbThroughWindowPositioningParams) -
getPositioningParams
-
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
-