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 TypeMethodDescriptionvoid
ThreadedLevelLightEngine.queueSectionData
(LightLayer p_285046_, SectionPos p_285496_, DataLayer p_285495_) -
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 DataLayer
SerializableChunkData.SectionData.blockLight
The field for theblockLight
record component.private final DataLayer
SerializableChunkData.SectionData.skyLight
The field for theskyLight
record component.Methods in net.minecraft.world.level.chunk.storage that return DataLayerModifier and TypeMethodDescriptionSerializableChunkData.SectionData.blockLight()
Returns the value of theblockLight
record component.SerializableChunkData.SectionData.skyLight()
Returns the value of theskyLight
record component.Constructors in net.minecraft.world.level.chunk.storage with parameters of type DataLayerModifierConstructorDescriptionSectionData
(int y, LevelChunkSection chunkSection, DataLayer blockLight, DataLayer skyLight) Creates an instance of aSectionData
record class. -
Uses of DataLayer in net.minecraft.world.level.lighting
Fields in net.minecraft.world.level.lighting declared as DataLayerFields in net.minecraft.world.level.lighting with type parameters of type DataLayerModifier and TypeFieldDescriptionprotected final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
<DataLayer> DataLayerStorageMap.map
protected final it.unimi.dsi.fastutil.longs.Long2ObjectMap
<DataLayer> LayerLightSectionStorage.queuedSections
Methods in net.minecraft.world.level.lighting that return DataLayerModifier and TypeMethodDescriptionDataLayerStorageMap.copyDataLayer
(long p_281841_) protected DataLayer
LayerLightSectionStorage.createDataLayer
(long p_75797_) protected DataLayer
SkyLightSectionStorage.createDataLayer
(long p_75883_) protected DataLayer
LayerLightSectionStorage.getDataLayer
(long p_75759_, boolean p_75760_) protected DataLayer
LayerLightSectionStorage.getDataLayer
(M p_75762_, long p_75763_) LayerLightEventListener.DummyLightLayerEventListener.getDataLayerData
(SectionPos p_75718_) LayerLightEventListener.getDataLayerData
(SectionPos p_75709_) LayerLightSectionStorage.getDataLayerData
(long p_75794_) LightEngine.getDataLayerData
(SectionPos p_285093_) protected DataLayer
LayerLightSectionStorage.getDataLayerToWrite
(long p_285278_) DataLayerStorageMap.getLayer
(long p_75533_) DataLayerStorageMap.removeLayer
(long p_75536_) private static DataLayer
SkyLightSectionStorage.repeatFirstLayer
(DataLayer p_182513_) Methods in net.minecraft.world.level.lighting with parameters of type DataLayerModifier and TypeMethodDescriptionprotected void
LayerLightSectionStorage.queueSectionData
(long p_285403_, DataLayer p_285498_) void
LevelLightEngine.queueSectionData
(LightLayer p_285328_, SectionPos p_284962_, DataLayer p_285035_) void
LightEngine.queueSectionData
(long p_285221_, DataLayer p_285427_) private static DataLayer
SkyLightSectionStorage.repeatFirstLayer
(DataLayer p_182513_) void
Constructor parameters in net.minecraft.world.level.lighting with type arguments of type DataLayerModifierConstructorDescriptionBlockDataLayerStorageMap
(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> p_75515_) protected
DataLayerStorageMap
(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> p_75523_) SkyDataLayerStorageMap
(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> p_75903_, it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap p_75904_, int p_75905_)