zombie.ai.states
Class WanderState

java.lang.Object
  extended by zombie.ai.State
      extended by zombie.ai.states.WanderState

public class WanderState
extends State

Author:
LEMMY

Constructor Summary
WanderState()
           
 
Method Summary
 void chooseNewDirection(IsoGameCharacter owner)
           
 void enter(IsoGameCharacter owner)
           
 void execute(IsoGameCharacter owner)
           
static WanderState instance()
           
 
Methods inherited from class zombie.ai.State
exit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WanderState

public WanderState()
Method Detail

instance

public static WanderState instance()

enter

public void enter(IsoGameCharacter owner)
Overrides:
enter in class State

chooseNewDirection

public void chooseNewDirection(IsoGameCharacter owner)

execute

public void execute(IsoGameCharacter owner)
Overrides:
execute in class State