Package zombie.behaviors.survivor.orders
Class ConversationOrder
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.ConversationOrder
- Direct Known Subclasses:
ArrangeLootingTeamOrder,ReturnToSafehouseConversation
public class ConversationOrder extends Order
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConversationOrder(IsoGameCharacter chr, java.lang.String script) -
Method Summary
Modifier and Type Method Description booleancomplete()voidinitOrder()Behavior.BehaviorResultprocess()voidupdate()Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getAttackIfEnemiesAroundBias, getPathSpeed, getPriority, isCancelledOnAttack, isCritical, processNext, renderDebug, updatenextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConversationOrder
-
-
Method Details