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 layer, SectionPos pos) private voidClientPacketListener.readSectionList(int chunkX, int chunkZ, LevelLightEngine lightEngine, LightLayer layer, BitSet yMask, BitSet emptyYMask, Iterator<byte[]> updates, boolean scheduleRebuild) -
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) privateSectionData(LevelLightEngine engine, SectionPos centerPos, 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 pos, LevelLightEngine lightEngine, LightLayer layer, int sectionIndex, BitSet mask, BitSet emptyMask, 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 layer, SectionPos pos) voidThreadedLevelLightEngine.queueSectionData(LightLayer layer, SectionPos pos, @Nullable DataLayer data) booleanChunkHolder.sectionLightChanged(LightLayer layer, int chunkY) -
Uses of LightLayer in net.minecraft.world.level
Subclasses with type arguments of type LightLayer in net.minecraft.world.levelMethods 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 layer, BlockPos pos) -
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 layer, SectionPos pos) LevelLightEngine.getDebugSectionType(LightLayer layer, SectionPos pos) LevelLightEngine.getLayerListener(LightLayer layer) voidLevelLightEngine.queueSectionData(LightLayer layer, SectionPos pos, @Nullable DataLayer data) Constructors in net.minecraft.world.level.lighting with parameters of type LightLayerModifierConstructorDescriptionprotectedLayerLightSectionStorage(LightLayer layer, LightChunkGetter chunkSource, M initialMap)