zombie.ai.states
Class FakeDeadZombieState

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

public class FakeDeadZombieState
extends State

Author:
RJ

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

Constructor Detail

FakeDeadZombieState

public FakeDeadZombieState()
Method Detail

instance

public static FakeDeadZombieState instance()

enter

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

execute

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

exit

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