zombie.ai.states
Class IdleState

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

public class IdleState
extends State

Author:
LEMMY

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

Constructor Detail

IdleState

public IdleState()
Method Detail

instance

public static IdleState instance()

execute

public void execute(java.lang.Character owner)