Uses of Class
net.minecraft.world.lighting.WorldLightManager
-
-
Uses of WorldLightManager in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as WorldLightManager Modifier and Type Field Description private WorldLightManagerClientChunkProvider. lightEngineMethods in net.minecraft.client.multiplayer that return WorldLightManager Modifier and Type Method Description WorldLightManagerClientChunkProvider. getLightEngine() -
Uses of WorldLightManager in net.minecraft.client.network.play
Methods in net.minecraft.client.network.play with parameters of type WorldLightManager Modifier and Type Method Description private voidClientPlayNetHandler. readSectionList(int p_217284_1_, int p_217284_2_, WorldLightManager p_217284_3_, LightType p_217284_4_, int p_217284_5_, int p_217284_6_, java.util.Iterator<byte[]> p_217284_7_, boolean p_217284_8_) -
Uses of WorldLightManager in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return WorldLightManager Modifier and Type Method Description WorldLightManagerChunkRenderCache. getLightEngine() -
Uses of WorldLightManager in net.minecraft.network.play.server
Constructors in net.minecraft.network.play.server with parameters of type WorldLightManager Constructor Description SUpdateLightPacket(ChunkPos p_i50774_1_, WorldLightManager p_i50774_2_, boolean p_i50774_3_)SUpdateLightPacket(ChunkPos p_i50775_1_, WorldLightManager p_i50775_2_, int p_i50775_3_, int p_i50775_4_, boolean p_i50775_5_) -
Uses of WorldLightManager in net.minecraft.world
Methods in net.minecraft.world that return WorldLightManager Modifier and Type Method Description WorldLightManagerIBlockDisplayReader. getLightEngine()WorldLightManagerWorld. getLightEngine() -
Uses of WorldLightManager in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as WorldLightManager Modifier and Type Field Description private WorldLightManagerChunkPrimer. lightEngineMethods in net.minecraft.world.chunk that return WorldLightManager Modifier and Type Method Description abstract WorldLightManagerAbstractChunkProvider. getLightEngine()WorldLightManagerChunk. getLightEngine()WorldLightManagerChunkPrimer. getLightEngine()WorldLightManagerChunkPrimerWrapper. getLightEngine()WorldLightManagerEmptyChunk. getLightEngine()Methods in net.minecraft.world.chunk with parameters of type WorldLightManager Modifier and Type Method Description voidChunkPrimer. setLightEngine(WorldLightManager p_217306_1_) -
Uses of WorldLightManager in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return WorldLightManager Modifier and Type Method Description WorldLightManagerWorldGenRegion. getLightEngine() -
Uses of WorldLightManager in net.minecraft.world.server
Subclasses of WorldLightManager in net.minecraft.world.server Modifier and Type Class Description classServerWorldLightManagerFields in net.minecraft.world.server declared as WorldLightManager Modifier and Type Field Description private WorldLightManagerChunkHolder. lightEngineConstructors in net.minecraft.world.server with parameters of type WorldLightManager Constructor Description ChunkHolder(ChunkPos p_i50716_1_, int p_i50716_2_, WorldLightManager p_i50716_3_, ChunkHolder.IListener p_i50716_4_, ChunkHolder.IPlayerProvider p_i50716_5_)
-