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 named net/minecraft/world/chunk/light/LightingViewintermediary net/minecraft/class_3565official eow
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcheckBlock(BlockPos pos) intbooleanvoidpropagateLight(ChunkPos chunkPos) voidsetColumnEnabled(ChunkPos pos, boolean retainData) default voidsetSectionStatus(BlockPos pos, boolean notReady) voidsetSectionStatus(ChunkSectionPos pos, boolean notReady)  
- 
Method Details
- 
checkBlock
- Mappings:
 Namespace Name Mixin selector named checkBlockLnet/minecraft/world/chunk/light/LightingView;checkBlock(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_15513Lnet/minecraft/class_3565;method_15513(Lnet/minecraft/class_2338;)Vofficial aLeow;a(Ljd;)V
 - 
hasUpdates
boolean hasUpdates()- Mappings:
 Namespace Name Mixin selector named hasUpdatesLnet/minecraft/world/chunk/light/LightingView;hasUpdates()Zintermediary method_15518Lnet/minecraft/class_3565;method_15518()Zofficial K_Leow;K_()Z
 - 
doLightUpdates
int doLightUpdates()- Mappings:
 Namespace Name Mixin selector named doLightUpdatesLnet/minecraft/world/chunk/light/LightingView;doLightUpdates()Iintermediary method_15516Lnet/minecraft/class_3565;method_15516()Iofficial aLeow;a()I
 - 
setSectionStatus
- Mappings:
 Namespace Name Mixin selector named setSectionStatusLnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/BlockPos;Z)Vintermediary method_15552Lnet/minecraft/class_3565;method_15552(Lnet/minecraft/class_2338;Z)Vofficial aLeow;a(Ljd;Z)V
 - 
setSectionStatus
- Mappings:
 Namespace Name Mixin selector named setSectionStatusLnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)Vintermediary method_15551Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)Vofficial aLeow;a(Lkf;Z)V
 - 
setColumnEnabled
- Mappings:
 Namespace Name Mixin selector named setColumnEnabledLnet/minecraft/world/chunk/light/LightingView;setColumnEnabled(Lnet/minecraft/util/math/ChunkPos;Z)Vintermediary method_15512Lnet/minecraft/class_3565;method_15512(Lnet/minecraft/class_1923;Z)Vofficial aLeow;a(Ldcd;Z)V
 - 
propagateLight
- Mappings:
 Namespace Name Mixin selector named propagateLightLnet/minecraft/world/chunk/light/LightingView;propagateLight(Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_51471Lnet/minecraft/class_3565;method_51471(Lnet/minecraft/class_1923;)Vofficial bLeow;b(Ldcd;)V
 
 -