Uses of Class
net.minecraft.world.chunk.light.ChunkLightProvider
Package | Description |
---|---|
net.minecraft.world.chunk.light |
-
Uses of ChunkLightProvider in net.minecraft.world.chunk.light
Subclasses of ChunkLightProvider in net.minecraft.world.chunk.light Modifier and Type Class Description class
ChunkBlockLightProvider
class
ChunkSkyLightProvider
Fields in net.minecraft.world.chunk.light declared as ChunkLightProvider Modifier and Type Field Description private @Nullable ChunkLightProvider<?,?>
LightingProvider. blockLightProvider
private @Nullable ChunkLightProvider<?,?>
LightingProvider. skyLightProvider
Methods in net.minecraft.world.chunk.light with parameters of type ChunkLightProvider Modifier and Type Method Description protected void
LightStorage. removeSection(ChunkLightProvider<?,?> storage, long sectionPos)
protected void
LightStorage. updateLight(ChunkLightProvider<M,?> lightProvider, boolean doSkylight, boolean skipEdgeLightPropagation)
protected void
SkyLightStorage. updateLight(ChunkLightProvider<SkyLightStorage.Data,?> lightProvider, boolean doSkylight, boolean skipEdgeLightPropagation)
private void
LightStorage. updateSection(ChunkLightProvider<M,?> lightProvider, long sectionPos)