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 TypeMethodDescription@Nullable PathPathFinder.findPath(PathNavigationRegion level, Mob entity, Set<BlockPos> targets, float maxPathLength, int reachRange, float maxVisitedNodesMultiplier) Finds a path to one of the specified positions and post-processes it or returns null if no path could be found within given accuracyvoidAmphibiousNodeEvaluator.prepare(PathNavigationRegion level, Mob entity) voidFlyNodeEvaluator.prepare(PathNavigationRegion level, Mob entity) voidNodeEvaluator.prepare(PathNavigationRegion level, Mob entity) voidSwimNodeEvaluator.prepare(PathNavigationRegion level, Mob entity) voidWalkNodeEvaluator.prepare(PathNavigationRegion level, Mob entity)