Package zombie.behaviors.survivor.orders
Class GotoNextTo
java.lang.Object
zombie.behaviors.survivor.orders.Order
zombie.behaviors.survivor.orders.GotoNextTo
public class GotoNextTo extends Order
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GotoNextTo(IsoGameCharacter gameCharacter, int int1, int int2, int int3)
-
Method Summary
Modifier and Type Method Description boolean
complete()
int
getAttackIfEnemiesAroundBias()
float
getPriority(IsoGameCharacter gameCharacter)
void
initOrder()
Behavior.BehaviorResult
process()
int
renderDebug(int int1)
void
update()
Methods inherited from class zombie.behaviors.survivor.orders.Order
ActedThisFrame, getPathSpeed, isCancelledOnAttack, isCritical, processNext, updatenext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GotoNextTo
-
-
Method Details
-
getAttackIfEnemiesAroundBias
public int getAttackIfEnemiesAroundBias()- Overrides:
getAttackIfEnemiesAroundBias
in classOrder
-
update
public void update() -
complete
public boolean complete() -
process
-
renderDebug
public int renderDebug(int int1)- Overrides:
renderDebug
in classOrder
-
initOrder
public void initOrder() -
getPriority
- Overrides:
getPriority
in classOrder
-