public class RunAroundLikeCrazyGoal extends Goal
| Constructor and Description |
|---|
RunAroundLikeCrazyGoal(AbstractHorseEntity horse,
double speedIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, resetTask, setMutexFlagspublic RunAroundLikeCrazyGoal(AbstractHorseEntity horse, double speedIn)
public boolean shouldExecute()
shouldExecute in class Goalpublic void startExecuting()
startExecuting in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goal