Package zombie.behaviors.survivor
Class FindKnownItemBehavior
java.lang.Object
zombie.behaviors.Behavior
zombie.behaviors.survivor.FindKnownItemBehavior
public class FindKnownItemBehavior extends Behavior
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.behaviors.Behavior
Behavior.BehaviorResult -
Field Summary
Fields Modifier and Type Field Description ItemTypeFindItembooleanFoundbooleanLocationIsInventoryFields inherited from class zombie.behaviors.Behavior
childNodes, last -
Constructor Summary
Constructors Constructor Description FindKnownItemBehavior() -
Method Summary
Modifier and Type Method Description Behavior.BehaviorResultprocess(DecisionPath path, IsoGameCharacter character)voidreset()booleanvalid()Methods inherited from class zombie.behaviors.Behavior
addChild, getPathSpeed, onSwitch, processChild, renderDebug, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FindItem
-
Found
public boolean Found -
LocationIsInventory
public boolean LocationIsInventory
-
-
Constructor Details
-
FindKnownItemBehavior
public FindKnownItemBehavior()
-
-
Method Details