public class WalkToVillagerBabiesTask extends Task<CreatureEntity>
Task.Status| Constructor and Description |
|---|
WalkToVillagerBabiesTask() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
shouldExecute(ServerWorld worldIn,
CreatureEntity owner) |
protected void |
startExecuting(ServerWorld worldIn,
CreatureEntity entityIn,
long gameTimeIn) |
getStatus, isTimedOut, resetTask, shouldContinueExecuting, start, stop, tick, toString, updateTaskprotected boolean shouldExecute(ServerWorld worldIn, CreatureEntity owner)
shouldExecute in class Task<CreatureEntity>protected void startExecuting(ServerWorld worldIn, CreatureEntity entityIn, long gameTimeIn)
startExecuting in class Task<CreatureEntity>