net.minecraft.client.renderer.debug

public class PathfindingRenderer

implements DebugRenderer$SimpleDebugRenderer

gpu
net.minecraft.client.renderer.debug.PathfindingRenderer
net.minecraft.class_868
net.minecraft.client.render.debug.PathfindingDebugRenderer

Field summary

Modifier and TypeField
private final Map<Integer, Path>
a
pathMap
field_4616
paths
private final Map<Integer, Float>
b
pathMaxDist
field_4617
nodeSizes
private final Map<Integer, Long>
c
creationMap
field_4615
pathTimes
private static final long
d
TIMEOUT
field_32906
MAX_PATH_AGE
private static final float
e
MAX_RENDER_DIST
field_32907
RANGE
private static final boolean
f
SHOW_OPEN_CLOSED
field_32908
field_32908
private static final boolean
g
SHOW_OPEN_CLOSED_COST_MALUS
field_32909
field_32909
private static final boolean
h
SHOW_OPEN_CLOSED_NODE_TYPE_WITH_TEXT
field_32910
field_32910
private static final boolean
i
SHOW_OPEN_CLOSED_NODE_TYPE_WITH_BOX
field_32911
field_32911
private static final boolean
j
SHOW_GROUND_LABELS
field_32912
field_32912
private static final float
k
TEXT_SCALE
field_32913
DRAWN_STRING_SIZE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(int arg0, eul arg1, float arg2)
addPath(int arg0, Path arg1, float arg2)
method_3869(int arg0, class_11 arg1, float arg2)
addPath(int id, Path path, float nodeSize)
public void
a(fgs arg0, gll arg1, double arg2, double arg3, double arg4)
render(PoseStack arg0, MultiBufferSource arg1, double arg2, double arg3, double arg4)
method_23109(class_4587 arg0, class_4597 arg1, double arg2, double arg3, double arg4)
render(MatrixStack arg0, VertexConsumerProvider arg1, double arg2, double arg3, double arg4)
public static void
a(fgs arg0, gll arg1, eul arg2, float arg3, boolean arg4, boolean arg5, double arg6, double arg7, double arg8)
renderPath(PoseStack arg0, MultiBufferSource arg1, Path arg2, float arg3, boolean arg4, boolean arg5, double arg6, double arg7, double arg8)
method_23118(class_4587 arg0, class_4597 arg1, class_11 arg2, float arg3, boolean arg4, boolean arg5, double arg6, double arg7, double arg8)
drawPath(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Path path, float nodeSize, boolean drawDebugNodes, boolean drawLabels, double cameraX, double cameraY, double cameraZ)
public static void
a(fgs arg0, fgw arg1, eul arg2, double arg3, double arg4, double arg5)
renderPathLine(PoseStack arg0, VertexConsumer arg1, Path arg2, double arg3, double arg4, double arg5)
method_23117(class_4587 arg0, class_4588 arg1, class_11 arg2, double arg3, double arg4, double arg5)
drawPathLines(MatrixStack matrices, VertexConsumer vertexConsumers, Path path, double cameraX, double cameraY, double cameraZ)
private static float
a(jh arg0, double arg1, double arg2, double arg3)
distanceToCamera(BlockPos arg0, double arg1, double arg2, double arg3)
method_23119(class_2338 arg0, double arg1, double arg2, double arg3)
getManhattanDistance(BlockPos pos, double x, double y, double z)