zombie.ai.states
Class LuaState

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

public class LuaState
extends State

Author:
LEMMY

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

Constructor Detail

LuaState

public LuaState()
Method Detail

instance

public static LuaState instance()

execute

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

enter

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

exit

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