Uses of Enum Class
net.minecraft.world.level.LightLayer
Packages that use LightLayer
Package
Description
-
Uses of LightLayer in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type LightLayerModifier and TypeMethodDescriptionvoid
ClientChunkCache.onLightUpdate
(LightLayer p_104436_, SectionPos p_104437_) private void
ClientPacketListener.readSectionList
(int p_171735_, int p_171736_, LevelLightEngine p_171737_, LightLayer p_171738_, BitSet p_171739_, BitSet p_171740_, Iterator<byte[]> p_171741_, boolean p_171742_) -
Uses of LightLayer in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type LightLayerModifier and TypeMethodDescriptionprivate void
ClientboundLightUpdatePacketData.prepareSectionData
(ChunkPos p_195742_, LevelLightEngine p_195743_, LightLayer p_195744_, int p_195745_, BitSet p_195746_, BitSet p_195747_, List<byte[]> p_195748_) -
Uses of LightLayer in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type LightLayerModifier and TypeMethodDescriptionvoid
ServerChunkCache.onLightUpdate
(LightLayer p_8403_, SectionPos p_8404_) void
ThreadedLevelLightEngine.queueSectionData
(LightLayer p_9339_, SectionPos p_9340_, DataLayer p_9341_, boolean p_9342_) void
ChunkHolder.sectionLightChanged
(LightLayer p_140037_, int p_140038_) -
Uses of LightLayer in net.minecraft.world.level
Methods in net.minecraft.world.level that return LightLayerModifier and TypeMethodDescriptionstatic LightLayer
Returns the enum constant of this class with the specified name.static LightLayer[]
LightLayer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level with parameters of type LightLayerModifier and TypeMethodDescriptiondefault int
BlockAndTintGetter.getBrightness
(LightLayer p_45518_, BlockPos p_45519_) -
Uses of LightLayer in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type LightLayerModifier and TypeMethodDescriptiondefault void
LightChunkGetter.onLightUpdate
(LightLayer p_63021_, SectionPos p_63022_) -
Uses of LightLayer in net.minecraft.world.level.lighting
Fields in net.minecraft.world.level.lighting declared as LightLayerModifier and TypeFieldDescriptionprotected final LightLayer
LayerLightEngine.layer
private final LightLayer
LayerLightSectionStorage.layer
Methods in net.minecraft.world.level.lighting with parameters of type LightLayerModifier and TypeMethodDescriptionLevelLightEngine.getDebugData
(LightLayer p_75817_, SectionPos p_75818_) LevelLightEngine.getLayerListener
(LightLayer p_75815_) void
LevelLightEngine.queueSectionData
(LightLayer p_75819_, SectionPos p_75820_, DataLayer p_75821_, boolean p_75822_) Constructors in net.minecraft.world.level.lighting with parameters of type LightLayerModifierConstructorDescriptionLayerLightEngine
(LightChunkGetter p_75640_, LightLayer p_75641_, S p_75642_) protected
LayerLightSectionStorage
(LightLayer p_75745_, LightChunkGetter p_75746_, M p_75747_)