Package zombie.ai.states
Class CloseWindowState
java.lang.Object
zombie.ai.State
zombie.ai.states.CloseWindowState
public final class CloseWindowState extends State
-
Constructor Summary
Constructors Constructor Description CloseWindowState() -
Method Summary
Modifier and Type Method Description voidanimEvent(IsoGameCharacter gameCharacter, AnimEvent animEvent)voidenter(IsoGameCharacter gameCharacter)voidexecute(IsoGameCharacter gameCharacter)voidexit(IsoGameCharacter gameCharacter)IsoWindowgetWindow(IsoGameCharacter gameCharacter)static CloseWindowStateinstance()booleanisDoingActionThatCanBeCancelled()Methods inherited from class zombie.ai.State
getDeltaModifiers, getName, isAttacking, isIgnoreCollide, isMovingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CloseWindowState
public CloseWindowState()
-
-
Method Details
-
instance
-
enter
-
execute
-
exit
-
animEvent
-
isDoingActionThatCanBeCancelled
public boolean isDoingActionThatCanBeCancelled()- Overrides:
isDoingActionThatCanBeCancelledin classState
-
getWindow
-