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 type, SectionPos pos) private voidClientPacketListener.readSectionList(int x, int z, LevelLightEngine lightEngine, LightLayer lightLayer, BitSet skyYMask, BitSet emptySkyYMask, Iterator<byte[]> skyUpdates) -
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 minecraft, LightLayer lightLayer) (package private)SectionData(LevelLightEngine levelLightEngine, SectionPos pos, int radius, LightLayer lightLayer) -
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 chunkPos, LevelLightEngine levelLightEngine, LightLayer lightLayer, int index, BitSet skyLight, BitSet blockLight, List<byte[]> updates) -
Uses of LightLayer in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type LightLayerModifier and TypeMethodDescriptionvoidServerChunkCache.onLightUpdate(LightLayer type, SectionPos pos) voidThreadedLevelLightEngine.queueSectionData(LightLayer lightLayer, SectionPos sectionPos, DataLayer dataLayer) voidChunkHolder.sectionLightChanged(LightLayer type, int sectionY) -
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 lightType, BlockPos blockPos) -
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 layer, SectionPos pos) -
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 lightLayer, SectionPos sectionPos) LevelLightEngine.getDebugSectionType(LightLayer lightLayer, SectionPos sectionPos) LevelLightEngine.getLayerListener(LightLayer type) voidLevelLightEngine.queueSectionData(LightLayer lightLayer, SectionPos sectionPos, DataLayer dataLayer) Constructors in net.minecraft.world.level.lighting with parameters of type LightLayerModifierConstructorDescriptionprotectedLayerLightSectionStorage(LightLayer layer, LightChunkGetter chunkSource, M updatingSectionData)