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 pType, SectionPos pPos) private void
ClientPacketListener.readSectionList
(int pX, int pZ, LevelLightEngine pLightEngine, LightLayer pLightLayer, BitSet pSkyYMask, BitSet pEmptySkyYMask, Iterator<byte[]> pSkyUpdates) -
Uses of LightLayer in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as LightLayerConstructors in net.minecraft.client.renderer.debug with parameters of type LightLayerModifierConstructorDescriptionLightSectionDebugRenderer
(Minecraft pMinecraft, LightLayer pLightLayer) (package private)
SectionData
(LevelLightEngine pLevelLightEngine, SectionPos pPos, int pRadius, LightLayer pLightLayer) -
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 pChunkPos, LevelLightEngine pLevelLightEngine, LightLayer pLightLayer, int pIndex, BitSet pSkyLight, BitSet pBlockLight, List<byte[]> pUpdates) -
Uses of LightLayer in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type LightLayerModifier and TypeMethodDescriptionvoid
ServerChunkCache.onLightUpdate
(LightLayer pType, SectionPos pPos) void
ThreadedLevelLightEngine.queueSectionData
(LightLayer pLightLayer, SectionPos pSectionPos, DataLayer pDataLayer) void
ChunkHolder.sectionLightChanged
(LightLayer pType, int pSectionY) -
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 pLightType, BlockPos pBlockPos) -
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 pLayer, SectionPos pPos) -
Uses of LightLayer in net.minecraft.world.level.lighting
Fields in net.minecraft.world.level.lighting declared as LightLayerMethods in net.minecraft.world.level.lighting with parameters of type LightLayerModifier and TypeMethodDescriptionLevelLightEngine.getDebugData
(LightLayer pLightLayer, SectionPos pSectionPos) LevelLightEngine.getDebugSectionType
(LightLayer pLightLayer, SectionPos pSectionPos) LevelLightEngine.getLayerListener
(LightLayer pType) void
LevelLightEngine.queueSectionData
(LightLayer pLightLayer, SectionPos pSectionPos, DataLayer pDataLayer) Constructors in net.minecraft.world.level.lighting with parameters of type LightLayerModifierConstructorDescriptionprotected
LayerLightSectionStorage
(LightLayer pLayer, LightChunkGetter pChunkSource, M pUpdatingSectionData)