Package net.minecraft.world.chunk.light
Interface LightingView
- All Known Subinterfaces:
ChunkLightingView
- All Known Implementing Classes:
ChunkBlockLightProvider,ChunkLightingView.Empty,ChunkLightProvider,ChunkSkyLightProvider,LightingProvider,ServerLightingProvider
public interface LightingView
- Mappings:
Namespace Name official dadintermediary net/minecraft/class_3565named net/minecraft/world/chunk/light/LightingView
-
Method Summary
Modifier and Type Method Description default voidsetSectionStatus(BlockPos pos, boolean notReady)voidsetSectionStatus(ChunkSectionPos pos, boolean notReady)
-
Method Details
-
setSectionStatus
- Mappings:
Namespace Name Mixin selector official aLdad;a(Lfx;Z)Vintermediary method_15552Lnet/minecraft/class_3565;method_15552(Lnet/minecraft/class_2338;Z)Vnamed setSectionStatusLnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/BlockPos;Z)V
-
setSectionStatus
- Mappings:
Namespace Name Mixin selector official aLdad;a(Lgq;Z)Vintermediary method_15551Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)Vnamed setSectionStatusLnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)V
-