net.minecraft.client.renderer.debug

public class LightSectionDebugRenderer

implements DebugRenderer$SimpleDebugRenderer

gpr
net.minecraft.client.renderer.debug.LightSectionDebugRenderer
net.minecraft.class_8520
net.minecraft.client.render.debug.LightDebugRenderer

Field summary

Modifier and TypeField
private static final Duration
a
REFRESH_INTERVAL
field_44675
UPDATE_INTERVAL
private static final int
b
RADIUS
field_44676
RADIUS
private static final org.joml.Vector4f
c
LIGHT_AND_BLOCKS_COLOR
field_44677
READY_SHAPE_COLOR
private static final org.joml.Vector4f
d
LIGHT_ONLY_COLOR
field_44678
DEFAULT_SHAPE_COLOR
private final Minecraft
e
minecraft
field_44679
client
private final LightLayer
f
lightLayer
field_44680
lightType
private Instant
g
lastUpdateTime
field_44681
prevUpdateTime
private LightSectionDebugRenderer$SectionData
h
data
field_44682
data

Constructor summary

ModifierConstructor
public (Minecraft client, LightLayer lightType)

Method summary

Modifier and TypeMethod
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)
private static void
a(fgs arg0, fch arg1, kj arg2, fgw arg3, double arg4, double arg5, double arg6, org.joml.Vector4f arg7)
renderFaces(PoseStack arg0, DiscreteVoxelShape arg1, SectionPos arg2, VertexConsumer arg3, double arg4, double arg5, double arg6, org.joml.Vector4f arg7)
method_51457(class_4587 arg0, class_251 arg1, class_4076 arg2, class_4588 arg3, double arg4, double arg5, double arg6, org.joml.Vector4f arg7)
drawFaces(MatrixStack matrices, VoxelSet shape, ChunkSectionPos sectionPos, VertexConsumer vertexConsumer, double cameraX, double cameraY, double cameraZ, org.joml.Vector4f color)
private static void
a(fgs arg0, fch arg1, kj arg2, gll arg3, double arg4, double arg5, double arg6, org.joml.Vector4f arg7)
renderEdges(PoseStack arg0, DiscreteVoxelShape arg1, SectionPos arg2, MultiBufferSource arg3, double arg4, double arg5, double arg6, org.joml.Vector4f arg7)
method_51458(class_4587 arg0, class_251 arg1, class_4076 arg2, class_4597 arg3, double arg4, double arg5, double arg6, org.joml.Vector4f arg7)
drawEdges(MatrixStack matrices, VoxelSet shape, ChunkSectionPos sectionPos, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, org.joml.Vector4f color)
private static void
a(fgs arg0, fgw arg1, jm arg2, double arg3, double arg4, double arg5, int arg6, int arg7, int arg8, org.joml.Vector4f arg9)
renderFace(PoseStack arg0, VertexConsumer arg1, Direction arg2, double arg3, double arg4, double arg5, int arg6, int arg7, int arg8, org.joml.Vector4f arg9)
method_51460(class_4587 arg0, class_4588 arg1, class_2350 arg2, double arg3, double arg4, double arg5, int arg6, int arg7, int arg8, org.joml.Vector4f arg9)
drawFace(MatrixStack matrices, VertexConsumer vertexConsumer, Direction direction, double cameraX, double cameraY, double cameraZ, int x, int y, int z, org.joml.Vector4f color)
private static void
a(fgs arg0, fgw arg1, double arg2, double arg3, double arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, org.joml.Vector4f arg11)
renderEdge(PoseStack arg0, VertexConsumer arg1, double arg2, double arg3, double arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, org.joml.Vector4f arg11)
method_51459(class_4587 arg0, class_4588 arg1, double arg2, double arg3, double arg4, int arg5, int arg6, int arg7, int arg8, int arg9, int arg10, org.joml.Vector4f arg11)
drawEdge(MatrixStack matrices, VertexConsumer vertexConsumer, double cameraX, double cameraY, double cameraZ, int x1, int y1, int z1, int x2, int y2, int z, org.joml.Vector4f color)