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 final PathfinderMobprivate final doubleprivate LivingEntityprivate doubleprivate doubleprivate doubleprivate final float - 
Constructor Summary
ConstructorsConstructorDescriptionMoveTowardsTargetGoal(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