Package zombie.behaviors.survivor.orders
Class SecureSafehouse
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.OrderSequence
zombie.behaviors.survivor.orders.SecureSafehouse
public class SecureSafehouse extends OrderSequence
-
Field Summary
Fields inherited from class zombie.behaviors.survivor.orders.OrderSequence
ID, Orders
-
Constructor Summary
Constructors Constructor Description SecureSafehouse(IsoGameCharacter gameCharacter)
-
Method Summary
Methods inherited from class zombie.behaviors.survivor.orders.OrderSequence
complete, getPriority, initOrder, process, renderDebug, update
Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getAttackIfEnemiesAroundBias, getPathSpeed, isCancelledOnAttack, isCritical, processNext, updatenext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SecureSafehouse
-