public class FindHidingPlaceTask extends Task<LivingEntity>
Task.Status| Modifier and Type | Field and Description |
|---|---|
private float |
field_220457_a |
private int |
field_220458_b |
private int |
field_220459_c |
private java.util.Optional<BlockPos> |
field_220460_d |
| 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, updateTaskprivate final float field_220457_a
private final int field_220458_b
private final int field_220459_c
private java.util.Optional<BlockPos> field_220460_d
public 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>