static class AbstractRaiderEntity.InvadeHomeGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private AbstractRaiderEntity |
field_220864_a |
private double |
field_220865_b |
private BlockPos |
field_220866_c |
private java.util.List<BlockPos> |
field_220867_d |
private int |
field_220868_e |
private boolean |
field_220869_f |
Constructor and Description |
---|
InvadeHomeGoal(AbstractRaiderEntity p_i50570_1_,
double p_i50570_2_,
int p_i50570_4_) |
Modifier and Type | Method and Description |
---|---|
private boolean |
func_220860_a(BlockPos p_220860_1_) |
private void |
func_220861_j() |
private boolean |
func_220862_g() |
private boolean |
func_220863_h() |
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, toString
private final AbstractRaiderEntity field_220864_a
private final double field_220865_b
private BlockPos field_220866_c
private final java.util.List<BlockPos> field_220867_d
private final int field_220868_e
private boolean field_220869_f
public InvadeHomeGoal(AbstractRaiderEntity p_i50570_1_, double p_i50570_2_, int p_i50570_4_)
public boolean shouldExecute()
shouldExecute
in class Goal
private boolean func_220862_g()
private boolean func_220863_h()
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal
public void startExecuting()
startExecuting
in class Goal
private boolean func_220860_a(BlockPos p_220860_1_)
private void func_220861_j()