public class ChangeJobTask extends Task<VillagerEntity>
Task.Status| コンストラクタと説明 | 
|---|
| ChangeJobTask() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| protected boolean | shouldExecute(ServerWorld worldIn,
             VillagerEntity owner) | 
| protected void | startExecuting(ServerWorld worldIn,
              VillagerEntity entityIn,
              long gameTimeIn) | 
getStatus, isTimedOut, resetTask, shouldContinueExecuting, start, stop, tick, toString, updateTaskprotected boolean shouldExecute(ServerWorld worldIn, VillagerEntity owner)
shouldExecute クラス内 Task<VillagerEntity>protected void startExecuting(ServerWorld worldIn, VillagerEntity entityIn, long gameTimeIn)
startExecuting クラス内 Task<VillagerEntity>