Class MoveTowardsRestrictionGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveTowardsRestrictionGoal
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final PathfinderMobprivate final doubleprivate doubleprivate doubleprivate double
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, stop, tick, toString
- 
Field Details- 
mob
- 
wantedXprivate double wantedX
- 
wantedYprivate double wantedY
- 
wantedZprivate double wantedZ
- 
speedModifierprivate final double speedModifier
 
- 
- 
Constructor Details- 
MoveTowardsRestrictionGoal
 
- 
- 
Method Details