public static class PatrollerEntity.PatrolGoal<T extends PatrollerEntity> extends Goal
| Constructor and Description |
|---|
PatrolGoal(T p_i50070_1_,
double p_i50070_2_,
double p_i50070_4_) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecutingpublic PatrolGoal(T p_i50070_1_, double p_i50070_2_, double p_i50070_4_)
public boolean shouldExecute()
shouldExecute in class Goalpublic void startExecuting()
startExecuting in class Goal