类 PathFinder
java.lang.Object
net.minecraft.world.level.pathfinder.PathFinder
-
字段概要
字段修饰符和类型字段说明private static final boolean
private static final float
private final int
private final Node[]
private final NodeEvaluator
private final BinaryHeap
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected float
private Path
findPath
(ProfilerFiller pProfiler, Node pNode, Map<Target, BlockPos> pTargetPos, float pMaxRange, int pAccuracy, float pSearchDepthMultiplier) findPath
(PathNavigationRegion pRegion, Mob pMob, Set<BlockPos> pTargetPositions, float pMaxRange, int pAccuracy, float pSearchDepthMultiplier) private float
private Path
reconstructPath
(Node pPoint, BlockPos pTargetPos, boolean pReachesTarget)