Package net.minecraft.entity.ai.goal
Class GoToWalkTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.GoToWalkTargetGoal
public class GoToWalkTargetGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
-
Constructor Summary
Constructors Constructor Description GoToWalkTargetGoal(PathAwareEntity mob, double speed) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Field Details
-
mob
-
x
private double x -
y
private double y -
z
private double z -
speed
private final double speed
-
-
Constructor Details
-
GoToWalkTargetGoal
-
-
Method Details