public class FindHidingPlaceTask extends Task<LivingEntity>
Task.Status| Constructor and Description |
|---|
FindHidingPlaceTask(int p_i50361_1_,
float p_i50361_2_,
int p_i50361_3_) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
shouldExecute(ServerWorld worldIn,
LivingEntity owner) |
protected void |
startExecuting(ServerWorld worldIn,
LivingEntity entityIn,
long gameTimeIn) |
getStatus, isTimedOut, resetTask, shouldContinueExecuting, start, stop, tick, toString, updateTaskpublic FindHidingPlaceTask(int p_i50361_1_,
float p_i50361_2_,
int p_i50361_3_)
protected boolean shouldExecute(ServerWorld worldIn, LivingEntity owner)
shouldExecute in class Task<LivingEntity>protected void startExecuting(ServerWorld worldIn, LivingEntity entityIn, long gameTimeIn)
startExecuting in class Task<LivingEntity>