Class TakeItemFromContainer
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.LittleTasks.TakeItemFromContainer
public class TakeItemFromContainer extends Order
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TakeItemFromContainer(IsoGameCharacter gameCharacter, ItemContainer itemContainer, java.lang.String string) -
Method Summary
Modifier and Type Method Description booleancomplete()Behavior.BehaviorResultprocess()voidupdate()Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getAttackIfEnemiesAroundBias, getPathSpeed, getPriority, 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
-
TakeItemFromContainer
public TakeItemFromContainer(IsoGameCharacter gameCharacter, ItemContainer itemContainer, java.lang.String string)
-
-
Method Details