zombie.behaviors.survivor.orders.LittleTasks
Class EatFoodOrder

java.lang.Object
  extended by zombie.behaviors.survivor.orders.Order
      extended by zombie.behaviors.survivor.orders.LittleTasks.EatFoodOrder

public class EatFoodOrder
extends Order

Author:
LEMMYLAP

Field Summary
 
Fields inherited from class zombie.behaviors.survivor.orders.Order
bInit, character, name, type
 
Constructor Summary
EatFoodOrder(IsoGameCharacter chr)
           
 
Method Summary
 boolean complete()
           
 void initOrder()
           
 Behavior.BehaviorResult process()
           
 void update()
           
 
Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getAttackIfEnemiesAroundBias, getPathSpeed, getPriority, isCancelledOnAttack, isCritical, processNext, renderDebug, updatenext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EatFoodOrder

public EatFoodOrder(IsoGameCharacter chr)
Method Detail

process

public Behavior.BehaviorResult process()
Specified by:
process in class Order

initOrder

public void initOrder()
Overrides:
initOrder in class Order

complete

public boolean complete()
Specified by:
complete in class Order

update

public void update()
Specified by:
update in class Order