zombie.ai.states
Class SwipeState

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

public class SwipeState
extends State

Author:
LEMMY

Constructor Summary
SwipeState()
           
 
Method Summary
 void enter(IsoGameCharacter owner)
           
 void execute(IsoGameCharacter owner)
           
static SwipeState instance()
           
 void WeaponLowerCondition(HandWeapon weapon, IsoGameCharacter owner)
           
 
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

SwipeState

public SwipeState()
Method Detail

instance

public static SwipeState instance()

WeaponLowerCondition

public void WeaponLowerCondition(HandWeapon weapon,
                                 IsoGameCharacter owner)

enter

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

execute

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