public static class PatrollerEntity.PatrolGoal<T extends PatrollerEntity> extends Goal
| コンストラクタと説明 | 
|---|
| PatrolGoal(T p_i50070_1_,
          double p_i50070_2_,
          double p_i50070_4_) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | resetTask()Reset the task's internal state. | 
| boolean | shouldExecute()Returns whether execution should begin. | 
| void | startExecuting()Execute a one shot task or start executing a continuous task | 
| void | tick()Keep ticking a continuous task that has already been started | 
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, toStringpublic PatrolGoal(T p_i50070_1_, double p_i50070_2_, double p_i50070_4_)
public boolean shouldExecute()
shouldExecute クラス内 Goalpublic void startExecuting()
startExecuting クラス内 Goalpublic void resetTask()