static class DrownedEntity.WanderAroundOnSurfaceGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private PathAwareEntity |
mob |
private double |
speed |
private World |
world |
private double |
x |
private double |
y |
private double |
z |
Constructor and Description |
---|
WanderAroundOnSurfaceGoal(PathAwareEntity mob,
double speed) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
private Vec3d |
getWanderTarget() |
boolean |
shouldContinue() |
void |
start() |
canStop, getControls, setControls, stop, tick, toString
private final PathAwareEntity mob
private double x
private double y
private double z
private final double speed
private final World world
public WanderAroundOnSurfaceGoal(PathAwareEntity mob, double speed)