public class GoToWalkTargetGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private PathAwareEntity |
mob |
private double |
speed |
private double |
x |
private double |
y |
private double |
z |
Constructor and Description |
---|
GoToWalkTargetGoal(PathAwareEntity mob,
double speed) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
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
public GoToWalkTargetGoal(PathAwareEntity mob, double speed)