Class MoveTowardsTargetGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveTowardsTargetGoal
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PathfinderMobprivate doubleprivate LivingEntityprivate doubleprivate doubleprivate doubleprivate float -
Constructor Summary
ConstructorsConstructorDescriptionMoveTowardsTargetGoal(PathfinderMob p_25646_, double p_25647_, float p_25648_) -
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