Class MoveTowardsTargetGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveTowardsTargetGoal
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final PathfinderMob
private final double
private LivingEntity
private double
private double
private double
private final float
-
Constructor Summary
ConstructorDescriptionMoveTowardsTargetGoal
(PathfinderMob p_25646_, double p_25647_, float p_25648_) -
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString
-
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