net.minecraft.world.level.pathfinder

public class PathFinder

fkj
net.minecraft.world.level.pathfinder.PathFinder
net.minecraft.class_13
net.minecraft.entity.ai.pathing.PathNodeNavigator

Field summary

Modifier and TypeField
private static final float
a
FUDGING
field_31807
TARGET_DISTANCE_MULTIPLIER
private final Node[]
b
neighbors
field_60
successors
private int
c
maxVisitedNodes
field_18708
range
private final NodeEvaluator
d
nodeEvaluator
field_61
pathNodeMaker
private final BinaryHeap
e
openSet
field_62
minHeap
private BooleanSupplier
f
captureDebug
field_62923
shouldSendDebugData

Constructor summary

ModifierConstructor
public (NodeEvaluator pathNodeMaker, int range)

Method summary

Modifier and TypeMethod
public void
a(BooleanSupplier arg0)
setCaptureDebug(BooleanSupplier arg0)
method_74692(BooleanSupplier arg0)
setShouldSendDebugData(BooleanSupplier shouldSendDebugData)
public void
a(int arg0)
setMaxVisitedNodes(int arg0)
method_61822(int arg0)
setRange(int range)
public Path
a(dvt arg0, chm arg1, Set<is> arg2, float arg3, int arg4, float arg5)
findPath(PathNavigationRegion arg0, Mob arg1, Set<BlockPos> arg2, float arg3, int arg4, float arg5)
method_52(class_1950 arg0, class_1308 arg1, Set<class_2338> arg2, float arg3, int arg4, float arg5)
findPathToAny(ChunkCache world, MobEntity mob, Set<BlockPos> positions, float followRange, int distance, float rangeMultiplier)
private Path
a(fkf arg0, Map<fko, is> arg1, float arg2, int arg3, float arg4)
findPath(Node arg0, Map<Target, BlockPos> arg1, float arg2, int arg3, float arg4)
method_54(class_9 arg0, Map<class_4459, class_2338> arg1, float arg2, int arg3, float arg4)
findPathToAny(PathNode startNode, Map<TargetPathNode, BlockPos> positions, float followRange, int distance, float rangeMultiplier)
protected float
a(fkf arg0, fkf arg1)
distance(Node arg0, Node arg1)
method_44000(class_9 arg0, class_9 arg1)
getDistance(PathNode a, PathNode b)
private float
a(fkf arg0, Set<fko> arg1)
getBestH(Node arg0, Set<Target> arg1)
method_21658(class_9 arg0, Set<class_4459> arg1)
calculateDistances(PathNode node, Set<TargetPathNode> targets)
private Path
a(fkf arg0, is arg1, boolean arg2)
reconstructPath(Node arg0, BlockPos arg1, boolean arg2)
method_55(class_9 arg0, class_2338 arg1, boolean arg2)
createPath(PathNode endNode, BlockPos target, boolean reachesTarget)