Class StrollThroughVillageGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.StrollThroughVillageGoal
- Direct Known Subclasses:
 Fox.FoxStrollThroughVillageGoal
- 
Nested Class Summary
 - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final intprivate final PathfinderMobprivate BlockPos - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, start, stop, toString 
- 
Field Details
- 
DISTANCE_THRESHOLD
private static final int DISTANCE_THRESHOLD- See Also:
 
 - 
mob
 - 
interval
private final int interval - 
wantedPos
 
 - 
 - 
Constructor Details
- 
StrollThroughVillageGoal
 
 - 
 - 
Method Details