static class DrownedEntity.GoToWaterGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private CreatureEntity |
field_204730_a |
private double |
field_204731_b |
private double |
field_204732_c |
private double |
field_204733_d |
private double |
field_204734_e |
private World |
field_204735_f |
Constructor and Description |
---|
GoToWaterGoal(CreatureEntity p_i48910_1_,
double p_i48910_2_) |
Modifier and Type | Method and Description |
---|---|
private Vec3d |
func_204729_f() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick, toString
private final CreatureEntity field_204730_a
private double field_204731_b
private double field_204732_c
private double field_204733_d
private final double field_204734_e
private final World field_204735_f
public GoToWaterGoal(CreatureEntity p_i48910_1_, double p_i48910_2_)
public boolean shouldExecute()
shouldExecute
in class Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal
public void startExecuting()
startExecuting
in class Goal
@Nullable private Vec3d func_204729_f()