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/LightingView- intermediary - net/minecraft/class_3565- official - ess
- 
Method SummaryModifier 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 - checkBlock- Lnet/minecraft/world/chunk/light/LightingView;checkBlock(Lnet/minecraft/util/math/BlockPos;)V- intermediary - method_15513- Lnet/minecraft/class_3565;method_15513(Lnet/minecraft/class_2338;)V- official - a- Less;a(Lji;)V
 
- 
hasUpdatesboolean hasUpdates()- Mappings:
- Namespace - Name - Mixin selector - named - hasUpdates- Lnet/minecraft/world/chunk/light/LightingView;hasUpdates()Z- intermediary - method_15518- Lnet/minecraft/class_3565;method_15518()Z- official - N_- Less;N_()Z
 
- 
doLightUpdatesint doLightUpdates()- Mappings:
- Namespace - Name - Mixin selector - named - doLightUpdates- Lnet/minecraft/world/chunk/light/LightingView;doLightUpdates()I- intermediary - method_15516- Lnet/minecraft/class_3565;method_15516()I- official - a- Less;a()I
 
- 
setSectionStatus- Mappings:
- Namespace - Name - Mixin selector - named - setSectionStatus- Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/BlockPos;Z)V- intermediary - method_15552- Lnet/minecraft/class_3565;method_15552(Lnet/minecraft/class_2338;Z)V- official - a- Less;a(Lji;Z)V
 
- 
setSectionStatus- Mappings:
- Namespace - Name - Mixin selector - named - setSectionStatus- Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)V- intermediary - method_15551- Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)V- official - a- Less;a(Lkk;Z)V
 
- 
setColumnEnabled- Mappings:
- Namespace - Name - Mixin selector - named - setColumnEnabled- Lnet/minecraft/world/chunk/light/LightingView;setColumnEnabled(Lnet/minecraft/util/math/ChunkPos;Z)V- intermediary - method_15512- Lnet/minecraft/class_3565;method_15512(Lnet/minecraft/class_1923;Z)V- official - a- Less;a(Ldfp;Z)V
 
- 
propagateLight- Mappings:
- Namespace - Name - Mixin selector - named - propagateLight- Lnet/minecraft/world/chunk/light/LightingView;propagateLight(Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_51471- Lnet/minecraft/class_3565;method_51471(Lnet/minecraft/class_1923;)V- official - b- Less;b(Ldfp;)V
 
 
-