Uses of Class
net.minecraft.world.level.PathNavigationRegion
Packages that use PathNavigationRegion
-
Uses of PathNavigationRegion in net.minecraft.world.level.pathfinder
Methods in net.minecraft.world.level.pathfinder with parameters of type PathNavigationRegionModifier and TypeMethodDescriptionPathFinder.findPath
(PathNavigationRegion region, Mob mob, Set<BlockPos> targetPositions, float maxRange, int accuracy, float searchDepthMultiplier) Finds a path to one of the specified positions and post-processes it or returns null if no path could be found within given accuracyvoid
AmphibiousNodeEvaluator.prepare
(PathNavigationRegion level, Mob mob) void
FlyNodeEvaluator.prepare
(PathNavigationRegion level, Mob mob) void
NodeEvaluator.prepare
(PathNavigationRegion level, Mob mob) void
SwimNodeEvaluator.prepare
(PathNavigationRegion level, Mob mob) void
WalkNodeEvaluator.prepare
(PathNavigationRegion level, Mob mob)