public class HorseBondWithPlayerGoal extends Goal
Goal.Control| Modifier and Type | Field and Description |
|---|---|
private HorseBaseEntity |
horse |
private double |
speed |
private double |
targetX |
private double |
targetY |
private double |
targetZ |
| Constructor and Description |
|---|
HorseBondWithPlayerGoal(HorseBaseEntity horse,
double speed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStart() |
boolean |
shouldContinue() |
void |
start() |
void |
tick() |
canStop, getControls, setControls, stop, toStringprivate final HorseBaseEntity horse
private final double speed
private double targetX
private double targetY
private double targetZ
public HorseBondWithPlayerGoal(HorseBaseEntity horse, double speed)