Package net.minecraft.world.chunk.light
Interface LightSourceView
- All Superinterfaces:
- BlockView,- HeightLimitView
- All Known Implementing Classes:
- Chunk,- EmptyChunk,- ProtoChunk,- WorldChunk,- WrapperProtoChunk
- Mappings:
- Namespace - Name - official - dek- intermediary - net/minecraft/class_8527- named - net/minecraft/world/chunk/light/LightSourceView
- 
Method SummaryModifier and TypeMethodDescriptionvoidforEachLightSource(BiConsumer<BlockPos, BlockState> callback) Methods inherited from interface net.minecraft.world.BlockViewgetBlockEntity, getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitViewcountVerticalSections, getBottomSectionCoord, getBottomY, getHeight, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
- 
Method Details- 
forEachLightSource- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldek;a(Ljava/util/function/BiConsumer;)V- intermediary - method_51524- Lnet/minecraft/class_8527;method_51524(Ljava/util/function/BiConsumer;)V- named - forEachLightSource- Lnet/minecraft/world/chunk/light/LightSourceView;forEachLightSource(Ljava/util/function/BiConsumer;)V
 
- 
getChunkSkyLightChunkSkyLight getChunkSkyLight()- Mappings:
- Namespace - Name - Mixin selector - official - B- Ldek;B()Ldwo;- intermediary - method_12018- Lnet/minecraft/class_8527;method_12018()Lnet/minecraft/class_8528;- named - getChunkSkyLight- Lnet/minecraft/world/chunk/light/LightSourceView;getChunkSkyLight()Lnet/minecraft/world/chunk/light/ChunkSkyLight;
 
 
-