Uses of Enum Class
net.minecraft.world.level.LightLayer
Package
Description
-
Uses of LightLayer in net.minecraft.client.multiplayer
Modifier 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
Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptiondefault int
BlockAndTintGetter.getBrightness
(LightLayer p_45518_, BlockPos p_45519_) -
Uses of LightLayer in net.minecraft.world.level.chunk
Modifier and TypeMethodDescriptiondefault void
LightChunkGetter.onLightUpdate
(LightLayer p_63021_, SectionPos p_63022_) -
Uses of LightLayer in net.minecraft.world.level.lighting
Modifier and TypeFieldDescriptionprotected final LightLayer
LayerLightEngine.layer
private final LightLayer
LayerLightSectionStorage.layer
Modifier 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_) ModifierConstructorDescriptionLayerLightEngine
(LightChunkGetter p_75640_, LightLayer p_75641_, S p_75642_) protected
LayerLightSectionStorage
(LightLayer p_75745_, LightChunkGetter p_75746_, M p_75747_)