net.minecraft.client.renderer.debug

public class PathfindingRenderer

implements DebugRenderer$SimpleDebugRenderer

ghk
net.minecraft.client.renderer.debug.PathfindingRenderer
net.minecraft.class_868
net.minecraft.client.render.debug.PathfindingDebugRenderer
net.minecraft.src.C_4297_

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(int arg0, eol 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)
m_113611_(int p_113613_, C_2753_ p_113614_, float arg2)
public void
a(faa arg0, gdq 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)
m_7790_(C_3181_ p_113630_, C_4139_ p_113631_, double p_113632_, double arg3, double arg4)
public static void
a(faa arg0, gdq arg1, eol 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)
m_269027_(C_3181_ p_270399_, C_4139_ p_270359_, C_2753_ p_270189_, float p_270841_, boolean p_270481_, boolean p_270748_, double p_270187_, double p_270371_, double arg8)
public static void
a(faa arg0, fae arg1, eol 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)
m_269170_(C_3181_ p_270666_, C_3187_ p_270602_, C_2753_ p_270511_, double p_270524_, double p_270176_, double arg5)
private static float
a(iz 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)
m_113634_(C_4675_ p_113635_, double p_113636_, double p_113638_, double arg3)