Interface LightEventListener

All Known Subinterfaces:
LayerLightEventListener
All Known Implementing Classes:
BlockLightEngine, LayerLightEventListener.DummyLightLayerEventListener, LevelLightEngine, LightEngine, SkyLightEngine, ThreadedLevelLightEngine

public interface LightEventListener
  • Method Details

    • checkBlock

      void checkBlock(BlockPos p_164454_)
    • hasLightWork

      boolean hasLightWork()
    • runLightUpdates

      int runLightUpdates()
    • updateSectionStatus

      default void updateSectionStatus(BlockPos p_75835_, boolean p_75836_)
    • updateSectionStatus

      void updateSectionStatus(SectionPos p_75837_, boolean p_75838_)
    • setLightEnabled

      void setLightEnabled(ChunkPos p_164452_, boolean p_164453_)
    • propagateLightSources

      void propagateLightSources(ChunkPos p_285263_)