public class MoveTowardsRestrictionGoal extends Goal
Constructor and Description |
---|
MoveTowardsRestrictionGoal(CreatureEntity creatureIn,
double speedIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick
public MoveTowardsRestrictionGoal(CreatureEntity creatureIn, double speedIn)
public boolean shouldExecute()
shouldExecute
in class Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal
public void startExecuting()
startExecuting
in class Goal