Package zombie.ai
Class State
java.lang.Object
zombie.ai.State
- Direct Known Subclasses:
AttackState
,BurntToDeath
,ClimbDownSheetRopeState
,ClimbOverFenceState
,ClimbOverFenceState2
,ClimbSheetRopeState
,ClimbThroughWindowState
,ClimbThroughWindowState2
,CrawlingZombieTurnState
,DieState
,ExploreState
,FakeDeadZombieState
,IdleState
,JustDieState
,LuaState
,LungeState
,OpenWindowState
,PathFindState
,PlayerControlState
,ReanimatePlayerState
,ReanimateState
,SatChairState
,SatChairStateOut
,StaggerBackDieState
,StaggerBackState
,SwipeState
,SwipeStatePlayer
,ThumpState
,WalkTowardState
,WanderState
,ZombiePathfindState
,ZombieStandState
public class State
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
Modifier and Type Method Description void
enter(IsoGameCharacter owner)
void
execute(IsoGameCharacter owner)
void
exit(IsoGameCharacter owner)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
State
public State()
-
-
Method Details
-
enter
-
execute
-
exit
-