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 WorldLightManager
ClientChunkProvider. lightEngine
Methods in net.minecraft.client.multiplayer that return WorldLightManager Modifier and Type Method Description WorldLightManager
ClientChunkProvider. 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 void
ClientPlayNetHandler. 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 WorldLightManager
ChunkRenderCache. 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 WorldLightManager
IBlockDisplayReader. getLightEngine()
WorldLightManager
World. getLightEngine()
-
Uses of WorldLightManager in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as WorldLightManager Modifier and Type Field Description private WorldLightManager
ChunkPrimer. lightEngine
Methods in net.minecraft.world.chunk that return WorldLightManager Modifier and Type Method Description abstract WorldLightManager
AbstractChunkProvider. getLightEngine()
WorldLightManager
Chunk. getLightEngine()
WorldLightManager
ChunkPrimer. getLightEngine()
WorldLightManager
ChunkPrimerWrapper. getLightEngine()
WorldLightManager
EmptyChunk. getLightEngine()
Methods in net.minecraft.world.chunk with parameters of type WorldLightManager Modifier and Type Method Description void
ChunkPrimer. 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 WorldLightManager
WorldGenRegion. getLightEngine()
-
Uses of WorldLightManager in net.minecraft.world.server
Subclasses of WorldLightManager in net.minecraft.world.server Modifier and Type Class Description class
ServerWorldLightManager
Fields in net.minecraft.world.server declared as WorldLightManager Modifier and Type Field Description private WorldLightManager
ChunkHolder. lightEngine
Constructors 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_)
-