Interface LightGuideProvider

All Known Implementing Classes:
AreaLightData, PointLightData, SpotLightData

public interface LightGuideProvider
Provides extra information for given light data by rendering guides into the world.
Since:
4.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderLightGuide(MatrixStack stack, com.mojang.blaze3d.vertex.VertexConsumer consumer)
    Render the light guides using the VertexConsumer.
  • Method Details

    • renderLightGuide

      void renderLightGuide(MatrixStack stack, com.mojang.blaze3d.vertex.VertexConsumer consumer)
      Render the light guides using the VertexConsumer.