public class WanderAroundFarGoal extends WanderAroundGoal
Goal.Control
Modifier and Type | Field and Description |
---|---|
protected float |
probability |
chance, ignoringChance, mob, speed, targetX, targetY, targetZ
Constructor and Description |
---|
WanderAroundFarGoal(PathAwareEntity mob,
double speed) |
WanderAroundFarGoal(PathAwareEntity mob,
double speed,
float probability) |
Modifier and Type | Method and Description |
---|---|
protected Vec3d |
getWanderTarget() |
canStart, ignoreChanceOnce, setChance, shouldContinue, start, stop
canStop, getControls, setControls, tick, toString
public WanderAroundFarGoal(PathAwareEntity mob, double speed)
public WanderAroundFarGoal(PathAwareEntity mob, double speed, float probability)
@Nullable protected Vec3d getWanderTarget()
getWanderTarget
in class WanderAroundGoal