Uses of Class
net.minecraft.world.lighting.WorldLightManager
Packages that use WorldLightManager
Package
Description
-
Uses of WorldLightManager in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as WorldLightManagerMethods in net.minecraft.client.multiplayer that return WorldLightManager -
Uses of WorldLightManager in net.minecraft.client.network.play
Methods in net.minecraft.client.network.play with parameters of type WorldLightManagerModifier and TypeMethodDescriptionprivate 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_, 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 -
Uses of WorldLightManager in net.minecraft.network.play.server
Constructors in net.minecraft.network.play.server with parameters of type WorldLightManagerModifierConstructorDescriptionSUpdateLightPacket(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 -
Uses of WorldLightManager in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as WorldLightManagerMethods in net.minecraft.world.chunk that return WorldLightManagerModifier and TypeMethodDescriptionabstract WorldLightManagerAbstractChunkProvider.getLightEngine()Chunk.getLightEngine()ChunkPrimer.getLightEngine()ChunkPrimerWrapper.getLightEngine()EmptyChunk.getLightEngine()Methods in net.minecraft.world.chunk with parameters of type WorldLightManager -
Uses of WorldLightManager in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return WorldLightManager -
Uses of WorldLightManager in net.minecraft.world.server
Subclasses of WorldLightManager in net.minecraft.world.serverFields in net.minecraft.world.server declared as WorldLightManagerConstructors in net.minecraft.world.server with parameters of type WorldLightManagerModifierConstructorDescriptionChunkHolder(ChunkPos p_i50716_1_, int p_i50716_2_, WorldLightManager p_i50716_3_, ChunkHolder.IListener p_i50716_4_, ChunkHolder.IPlayerProvider p_i50716_5_)