Class LightSectionDebugRenderer

java.lang.Object
net.minecraft.client.renderer.debug.LightSectionDebugRenderer
All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer

public class LightSectionDebugRenderer extends Object implements DebugRenderer.SimpleDebugRenderer
  • Field Details

    • REFRESH_INTERVAL

      private static final Duration REFRESH_INTERVAL
    • RADIUS

      private static final int RADIUS
      See Also:
    • LIGHT_AND_BLOCKS_COLOR

      private static final org.joml.Vector4f LIGHT_AND_BLOCKS_COLOR
    • LIGHT_ONLY_COLOR

      private static final org.joml.Vector4f LIGHT_ONLY_COLOR
    • minecraft

      private final Minecraft minecraft
    • lightLayer

      private final LightLayer lightLayer
    • lastUpdateTime

      private Instant lastUpdateTime
    • data

      @Nullable private LightSectionDebugRenderer.SectionData data
  • Constructor Details

    • LightSectionDebugRenderer

      public LightSectionDebugRenderer(Minecraft pMinecraft, LightLayer pLightLayer)
  • Method Details