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(MobEntityWithAi mob,
double speed) |
WanderAroundFarGoal(MobEntityWithAi mob,
double speed,
float probabiliity) |
| Modifier and Type | Method and Description |
|---|---|
protected Vec3d |
getWanderTarget() |
canStart, ignoreChanceOnce, setChance, shouldContinue, start, stopcanStop, getControls, setControls, tick, toStringpublic WanderAroundFarGoal(MobEntityWithAi mob, double speed)
public WanderAroundFarGoal(MobEntityWithAi mob, double speed, float probabiliity)
@Nullable protected Vec3d getWanderTarget()
getWanderTarget in class WanderAroundGoal