zombie.behaviors.survivor.orders
Class GotoBuildingOrder

java.lang.Object
  extended by zombie.behaviors.survivor.orders.Order
      extended by zombie.behaviors.survivor.orders.GotoOrder
          extended by zombie.behaviors.survivor.orders.GotoBuildingOrder

public class GotoBuildingOrder
extends GotoOrder

Author:
LEMMYLAP

Nested Class Summary
 
Nested classes/interfaces inherited from class zombie.behaviors.survivor.orders.GotoOrder
GotoOrder.Waypoint
 
Field Summary
 
Fields inherited from class zombie.behaviors.survivor.orders.GotoOrder
currentwaypoint, failedcount, Waypoints
 
Fields inherited from class zombie.behaviors.survivor.orders.Order
bInit, character, name, type
 
Constructor Summary
GotoBuildingOrder(IsoGameCharacter chr, IsoBuilding b)
           
 
Method Summary
 boolean complete()
           
 
Methods inherited from class zombie.behaviors.survivor.orders.GotoOrder
getAttackIfEnemiesAroundBias, getPriority, init, process, renderDebug, update
 
Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getPathSpeed, initOrder, isCancelledOnAttack, isCritical, processNext, updatenext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoBuildingOrder

public GotoBuildingOrder(IsoGameCharacter chr,
                         IsoBuilding b)
Method Detail

complete

public boolean complete()
Overrides:
complete in class GotoOrder