Package zombie.behaviors.survivor.orders
Class ArrangeLootingTeamOrder
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.ConversationOrder
zombie.behaviors.survivor.orders.ArrangeLootingTeamOrder
public class ArrangeLootingTeamOrder extends ConversationOrder
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ArrangeLootingTeamOrder(IsoGameCharacter gameCharacter, java.lang.String string)
-
Method Summary
Modifier and Type Method Description void
initOrder()
Methods inherited from class zombie.behaviors.survivor.orders.ConversationOrder
complete, process, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrangeLootingTeamOrder
-
-
Method Details
-
initOrder
public void initOrder()- Overrides:
initOrder
in classConversationOrder
-