Class LightDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.LightDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final Minecraftprivate final booleanprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionLightDebugRenderer(Minecraft pMinecraft, boolean pShowBlockLight, boolean pShowSkyLight) -
Method Summary
Modifier and TypeMethodDescriptionvoidemitGizmos(double p_454973_, double p_455778_, double p_456025_, DebugValueAccess p_455209_, Frustum p_454713_, float p_455391_)
-
Field Details
-
minecraft
-
showBlockLight
private final boolean showBlockLight -
showSkyLight
private final boolean showSkyLight -
MAX_RENDER_DIST
private static final int MAX_RENDER_DIST- See Also:
-
-
Constructor Details
-
LightDebugRenderer
-
-
Method Details
-
emitGizmos
public void emitGizmos(double p_454973_, double p_455778_, double p_456025_, DebugValueAccess p_455209_, Frustum p_454713_, float p_455391_) - Specified by:
emitGizmosin interfaceDebugRenderer.SimpleDebugRenderer
-