Class StopAndFaceForOrder
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.LittleTasks.StopAndFaceForOrder
public class StopAndFaceForOrder extends Order
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StopAndFaceForOrder(IsoGameCharacter gameCharacter, IsoGameCharacter gameCharacter2, int int1) -
Method Summary
Modifier and Type Method Description booleancomplete()floatgetPriority(IsoGameCharacter gameCharacter)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
-
Constructor Details
-
StopAndFaceForOrder
public StopAndFaceForOrder(IsoGameCharacter gameCharacter, IsoGameCharacter gameCharacter2, int int1)
-
-
Method Details