Package zombie.behaviors.survivor.orders
Class GuardOrder
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.GuardOrder
public class GuardOrder extends Order
-
Field Summary
Fields Modifier and Type Field Description intRangebooleanStayInRoom -
Constructor Summary
Constructors Constructor Description GuardOrder(IsoSurvivor chr, IsoGridSquare GuardStand, IsoGridSquare GuardFace) -
Method Summary
Modifier and Type Method Description booleancomplete()floatgetPriority(IsoGameCharacter character)Behavior.BehaviorResultprocess()voidupdate()Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getAttackIfEnemiesAroundBias, getPathSpeed, initOrder, isCancelledOnAttack, isCritical, processNext, renderDebug, updatenextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Range
public int Range -
StayInRoom
public boolean StayInRoom
-
-
Constructor Details
-
GuardOrder
-
-
Method Details