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 classChunkLightingView.Empty -
Method Summary
Modifier and Type Method Description intgetLightLevel(BlockPos blockPos)ChunkNibbleArraygetLightSection(ChunkSectionPos pos)Methods inherited from interface net.minecraft.world.chunk.light.LightingView
setSectionStatus, setSectionStatus
-
Method Details
-
getLightSection
-
getLightLevel
-