Class MoveTowardsRestrictionGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveTowardsRestrictionGoal
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final PathfinderMob
private final double
private double
private double
private double
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, stop, tick, toString
-
Field Details
-
mob
-
wantedX
private double wantedX -
wantedY
private double wantedY -
wantedZ
private double wantedZ -
speedModifier
private final double speedModifier
-
-
Constructor Details
-
MoveTowardsRestrictionGoal
-
-
Method Details