Class CloseWindowState
java.lang.Object
zombie.ai.State
zombie.ai.states.CloseWindowState
- 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) getWindow
(IsoGameCharacter owner) static CloseWindowState
instance()
boolean
boolean
boolean
boolean
boolean
Methods inherited from class zombie.ai.State
getAnimEventBroadcaster, getDeltaModifiers, getName, getStatePermissions, isAttacking, isIgnoreCollide, isMoving, 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
-
Constructor Details
-
CloseWindowState
public CloseWindowState()
-
-
Method Details
-
instance
-
enter
-
execute
-
exit
-
animEvent
- Specified by:
animEvent
in interfaceIAnimEventListener
- Specified by:
animEvent
in interfaceIAnimEventWrappedBroadcaster
- Overrides:
animEvent
in classState
-
isDoingActionThatCanBeCancelled
public boolean isDoingActionThatCanBeCancelled()- Overrides:
isDoingActionThatCanBeCancelled
in classState
- Returns:
- TRUE if this state handles the "Cancel Action" key or the B controller button.
-
getWindow
-
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
-