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 minecraft, boolean showBlockLight, boolean showSkyLight) -
Method Summary
Modifier and TypeMethodDescriptionvoidemitGizmos(double camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks)
-
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 camX, double camY, double camZ, DebugValueAccess debugValues, Frustum frustum, float partialTicks) - Specified by:
emitGizmosin interfaceDebugRenderer.SimpleDebugRenderer
-