Task.Status| コンストラクタと説明 | 
|---|
| LookTask(int p_i50358_1_,
        int p_i50358_2_) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| protected void | resetTask(ServerWorld worldIn,
         MobEntity entityIn,
         long gameTimeIn) | 
| protected boolean | shouldContinueExecuting(ServerWorld worldIn,
                       MobEntity entityIn,
                       long gameTimeIn) | 
| protected void | updateTask(ServerWorld worldIn,
          MobEntity owner,
          long gameTime) | 
getStatus, isTimedOut, shouldExecute, start, startExecuting, stop, tick, toStringprotected boolean shouldContinueExecuting(ServerWorld worldIn, MobEntity entityIn, long gameTimeIn)
shouldContinueExecuting クラス内 Task<MobEntity>protected void resetTask(ServerWorld worldIn, MobEntity entityIn, long gameTimeIn)
protected void updateTask(ServerWorld worldIn, MobEntity owner, long gameTime)
updateTask クラス内 Task<MobEntity>