zombie.ai.states
Class ClimbThroughWindowState2

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

public class ClimbThroughWindowState2
extends State


Constructor Summary
ClimbThroughWindowState2()
           
 
Method Summary
 void enter(IsoGameCharacter owner)
           
 void execute(IsoGameCharacter owner)
           
static ClimbThroughWindowState2 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

ClimbThroughWindowState2

public ClimbThroughWindowState2()
Method Detail

instance

public static ClimbThroughWindowState2 instance()

enter

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

execute

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