Uses of Class
net.minecraft.world.level.chunk.DataLayer
Packages that use DataLayer
Package
Description
-
Uses of DataLayer in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type DataLayerModifier and TypeMethodDescriptionvoidThreadedLevelLightEngine.queueSectionData(LightLayer layer, SectionPos pos, @Nullable DataLayer data) -
Uses of DataLayer in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk that return DataLayer -
Uses of DataLayer in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as DataLayerModifier and TypeFieldDescriptionprivate final @Nullable DataLayerSerializableChunkData.SectionData.blockLightThe field for theblockLightrecord component.private final @Nullable DataLayerSerializableChunkData.SectionData.skyLightThe field for theskyLightrecord component.Methods in net.minecraft.world.level.chunk.storage that return DataLayerModifier and TypeMethodDescription@Nullable DataLayerSerializableChunkData.SectionData.blockLight()Returns the value of theblockLightrecord component.@Nullable DataLayerSerializableChunkData.SectionData.skyLight()Returns the value of theskyLightrecord component.Constructors in net.minecraft.world.level.chunk.storage with parameters of type DataLayerModifierConstructorDescriptionSectionData(int y, @Nullable LevelChunkSection chunkSection, @Nullable DataLayer blockLight, @Nullable DataLayer skyLight) Creates an instance of aSectionDatarecord class. -
Uses of DataLayer in net.minecraft.world.level.lighting
Fields in net.minecraft.world.level.lighting declared as DataLayerModifier and TypeFieldDescriptionprivate final @Nullable DataLayer[]DataLayerStorageMap.lastSectionsFields in net.minecraft.world.level.lighting with type parameters of type DataLayerModifier and TypeFieldDescriptionprotected final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> DataLayerStorageMap.mapprotected final it.unimi.dsi.fastutil.longs.Long2ObjectMap<DataLayer> LayerLightSectionStorage.queuedSectionsMethods in net.minecraft.world.level.lighting that return DataLayerModifier and TypeMethodDescriptionDataLayerStorageMap.copyDataLayer(long sectionNode) protected DataLayerLayerLightSectionStorage.createDataLayer(long sectionNode) protected DataLayerSkyLightSectionStorage.createDataLayer(long sectionNode) protected @Nullable DataLayerLayerLightSectionStorage.getDataLayer(long sectionNode, boolean updating) protected @Nullable DataLayerLayerLightSectionStorage.getDataLayer(M sections, long sectionNode) @Nullable DataLayerLayerLightEventListener.DummyLightLayerEventListener.getDataLayerData(SectionPos pos) @Nullable DataLayerLayerLightEventListener.getDataLayerData(SectionPos pos) @Nullable DataLayerLayerLightSectionStorage.getDataLayerData(long sectionNode) @Nullable DataLayerLightEngine.getDataLayerData(SectionPos pos) protected @Nullable DataLayerLayerLightSectionStorage.getDataLayerToWrite(long sectionNode) @Nullable DataLayerDataLayerStorageMap.getLayer(long sectionNode) @Nullable DataLayerDataLayerStorageMap.removeLayer(long sectionNode) private static DataLayerSkyLightSectionStorage.repeatFirstLayer(DataLayer data) Methods in net.minecraft.world.level.lighting with parameters of type DataLayerModifier and TypeMethodDescriptionprotected voidLayerLightSectionStorage.queueSectionData(long sectionNode, @Nullable DataLayer data) voidLevelLightEngine.queueSectionData(LightLayer layer, SectionPos pos, @Nullable DataLayer data) voidLightEngine.queueSectionData(long pos, @Nullable DataLayer data) private static DataLayerSkyLightSectionStorage.repeatFirstLayer(DataLayer data) voidConstructor parameters in net.minecraft.world.level.lighting with type arguments of type DataLayerModifierConstructorDescriptionBlockDataLayerStorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> map) protectedDataLayerStorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> map) SkyDataLayerStorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> map, it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap topSections, int currentLowestY)