Interface LightingView

All Known Subinterfaces:
ChunkLightingView
All Known Implementing Classes:
ChunkBlockLightProvider, ChunkLightingView.Empty, ChunkLightProvider, ChunkSkyLightProvider, LightingProvider, ServerLightingProvider

public interface LightingView
Mappings:
Namespace Name
official dad
intermediary net/minecraft/class_3565
named net/minecraft/world/chunk/light/LightingView
  • Method Details

    • setSectionStatus

      default void setSectionStatus​(BlockPos pos, boolean notReady)
      Mappings:
      Namespace Name Mixin selector
      official a Ldad;a(Lfx;Z)V
      intermediary method_15552 Lnet/minecraft/class_3565;method_15552(Lnet/minecraft/class_2338;Z)V
      named setSectionStatus Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/BlockPos;Z)V
    • setSectionStatus

      void setSectionStatus​(ChunkSectionPos pos, boolean notReady)
      Mappings:
      Namespace Name Mixin selector
      official a Ldad;a(Lgq;Z)V
      intermediary method_15551 Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)V
      named setSectionStatus Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)V