Class MoveTowardsTargetGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MoveTowardsTargetGoal
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final PathfinderMobprivate final doubleprivate LivingEntityprivate doubleprivate doubleprivate doubleprivate final float
- 
Constructor SummaryConstructorsConstructorDescriptionMoveTowardsTargetGoal(PathfinderMob p_25646_, double p_25647_, float p_25648_) 
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, tick, toString
- 
Field Details- 
mob
- 
target
- 
wantedXprivate double wantedX
- 
wantedYprivate double wantedY
- 
wantedZprivate double wantedZ
- 
speedModifierprivate final double speedModifier
- 
withinprivate final float within
 
- 
- 
Constructor Details- 
MoveTowardsTargetGoal
 
- 
- 
Method Details