Package net.minecraft.world.chunk.light
Interface ChunkLightingView
- All Superinterfaces:
LightingView
- All Known Implementing Classes:
ChunkBlockLightProvider
,ChunkLightingView.Empty
,ChunkLightProvider
,ChunkSkyLightProvider
public interface ChunkLightingView extends LightingView
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ChunkLightingView.Empty
-
Method Summary
Modifier and Type Method Description int
getLightLevel(BlockPos blockPos)
ChunkNibbleArray
getLightSection(ChunkSectionPos pos)
Methods inherited from interface net.minecraft.world.chunk.light.LightingView
setSectionStatus, setSectionStatus
-
Method Details
-
getLightSection
-
getLightLevel
-