zombie.ai.states
Class LungeState

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

public class LungeState
extends State

Author:
LEMMY

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

Constructor Detail

LungeState

public LungeState()
Method Detail

instance

public static LungeState instance()

execute

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