Package net.minecraft.entity.ai.goal
Class MoveTowardsTargetGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveTowardsTargetGoal
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CreatureEntity
private final double
private LivingEntity
private double
private double
private double
private final float
-
Constructor Summary
ConstructorDescriptionMoveTowardsTargetGoal
(CreatureEntity p_i1640_1_, double p_i1640_2_, float p_i1640_4_) -
Method Summary
-
Field Details
-
mob
-
target
-
wantedX
private double wantedX -
wantedY
private double wantedY -
wantedZ
private double wantedZ -
speedModifier
private final double speedModifier -
within
private final float within
-
-
Constructor Details
-
MoveTowardsTargetGoal
-
-
Method Details