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 pRegion, Mob pMob, Set<BlockPos> pTargetPositions, float pMaxRange, int pAccuracy, float pSearchDepthMultiplier) 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 p_164671_, Mob p_164672_) voidFlyNodeEvaluator.prepare(PathNavigationRegion p_77261_, Mob p_77262_) voidNodeEvaluator.prepare(PathNavigationRegion pLevel, Mob pMob) voidSwimNodeEvaluator.prepare(PathNavigationRegion p_192959_, Mob p_192960_) voidWalkNodeEvaluator.prepare(PathNavigationRegion p_77620_, Mob p_77621_)