public class WalkTowardsPosTask extends Task<CreatureEntity>
Task.Status
Modifier and Type | Field and Description |
---|---|
private MemoryModuleType<GlobalPos> |
field_220581_a |
private int |
field_220582_b |
private int |
field_220583_c |
private long |
field_220584_d |
Constructor and Description |
---|
WalkTowardsPosTask(MemoryModuleType<GlobalPos> p_i50341_1_,
int p_i50341_2_,
int p_i50341_3_) |
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, updateTask
private final MemoryModuleType<GlobalPos> field_220581_a
private final int field_220582_b
private final int field_220583_c
private long field_220584_d
public WalkTowardsPosTask(MemoryModuleType<GlobalPos> p_i50341_1_, int p_i50341_2_, int p_i50341_3_)
protected 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>