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_) -
Uses of LightLayer in net.minecraft.client.renderer.debug
ModifierConstructorDescriptionLightSectionDebugRenderer
(Minecraft p_283340_, LightLayer p_283096_) (package private)
SectionData
(LevelLightEngine p_283220_, SectionPos p_282370_, int p_282804_, LightLayer p_283151_) -
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_285046_, SectionPos p_285496_, DataLayer p_285495_) 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 TypeMethodDescriptionLevelLightEngine.getDebugData
(LightLayer p_75817_, SectionPos p_75818_) LevelLightEngine.getDebugSectionType
(LightLayer p_285008_, SectionPos p_285336_) LevelLightEngine.getLayerListener
(LightLayer p_75815_) void
LevelLightEngine.queueSectionData
(LightLayer p_285328_, SectionPos p_284962_, DataLayer p_285035_) ModifierConstructorDescriptionprotected
LayerLightSectionStorage
(LightLayer p_75745_, LightChunkGetter p_75746_, M p_75747_)