Uses of Interface
net.minecraft.world.chunk.IChunkLightProvider
-
Packages that use IChunkLightProvider Package Description net.minecraft.client.multiplayer net.minecraft.world.chunk net.minecraft.world.lighting net.minecraft.world.server -
-
Uses of IChunkLightProvider in net.minecraft.client.multiplayer
Classes in net.minecraft.client.multiplayer that implement IChunkLightProvider Modifier and Type Class Description class
ClientChunkProvider
-
Uses of IChunkLightProvider in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement IChunkLightProvider Modifier and Type Class Description class
AbstractChunkProvider
-
Uses of IChunkLightProvider in net.minecraft.world.lighting
Fields in net.minecraft.world.lighting declared as IChunkLightProvider Modifier and Type Field Description protected IChunkLightProvider
LightEngine. chunkSource
private IChunkLightProvider
SectionLightStorage. chunkSource
Constructors in net.minecraft.world.lighting with parameters of type IChunkLightProvider Constructor Description BlockLightEngine(IChunkLightProvider p_i51301_1_)
BlockLightStorage(IChunkLightProvider p_i51300_1_)
LightEngine(IChunkLightProvider p_i51296_1_, LightType p_i51296_2_, S p_i51296_3_)
SectionLightStorage(LightType p_i51291_1_, IChunkLightProvider p_i51291_2_, M p_i51291_3_)
SkyLightEngine(IChunkLightProvider p_i51289_1_)
SkyLightStorage(IChunkLightProvider p_i51288_1_)
WorldLightManager(IChunkLightProvider p_i51290_1_, boolean p_i51290_2_, boolean p_i51290_3_)
-
Uses of IChunkLightProvider in net.minecraft.world.server
Classes in net.minecraft.world.server that implement IChunkLightProvider Modifier and Type Class Description class
ServerChunkProvider
Constructors in net.minecraft.world.server with parameters of type IChunkLightProvider Constructor Description ChunkManager(ServerWorld p_i232602_1_, SaveFormat.LevelSave p_i232602_2_, com.mojang.datafixers.DataFixer p_i232602_3_, TemplateManager p_i232602_4_, java.util.concurrent.Executor p_i232602_5_, ThreadTaskExecutor<java.lang.Runnable> p_i232602_6_, IChunkLightProvider p_i232602_7_, ChunkGenerator p_i232602_8_, IChunkStatusListener p_i232602_9_, java.util.function.Supplier<DimensionSavedDataManager> p_i232602_10_, int p_i232602_11_, boolean p_i232602_12_)
ServerWorldLightManager(IChunkLightProvider p_i50701_1_, ChunkManager p_i50701_2_, boolean p_i50701_3_, DelegatedTaskExecutor<java.lang.Runnable> p_i50701_4_, ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>> p_i50701_5_)
-