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 TypeMethodDescriptionvoidClientChunkCache.onLightUpdate(LightLayer pType, SectionPos pPos) private voidClientPacketListener.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 voidClientboundLightUpdatePacketData.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 TypeMethodDescriptionvoidServerChunkCache.onLightUpdate(LightLayer pType, SectionPos pPos) voidThreadedLevelLightEngine.queueSectionData(LightLayer pLightLayer, SectionPos pSectionPos, DataLayer pDataLayer) voidChunkHolder.sectionLightChanged(LightLayer pType, int pSectionY) -
Uses of LightLayer in net.minecraft.world.level
Methods in net.minecraft.world.level that return LightLayerModifier and TypeMethodDescriptionstatic LightLayerReturns 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 intBlockAndTintGetter.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 voidLightChunkGetter.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) voidLevelLightEngine.queueSectionData(LightLayer pLightLayer, SectionPos pSectionPos, DataLayer pDataLayer) Constructors in net.minecraft.world.level.lighting with parameters of type LightLayerModifierConstructorDescriptionprotectedLayerLightSectionStorage(LightLayer pLayer, LightChunkGetter pChunkSource, M pUpdatingSectionData)