zombie.ai.states
Class ThumpState

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

public class ThumpState
extends State

Author:
LEMMY

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

ThumpState

public ThumpState()
Method Detail

instance

public static ThumpState instance()

execute

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