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 p_9339_, SectionPos p_9340_, DataLayer p_9341_, boolean p_9342_) -
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.lighting
Fields in net.minecraft.world.level.lighting declared as DataLayerModifier and TypeFieldDescriptionprotected static DataLayerLayerLightSectionStorage.EMPTY_DATAprivate DataLayer[]DataLayerStorageMap.lastSectionsFields in net.minecraft.world.level.lighting with type parameters of type DataLayerModifier and TypeFieldDescriptionprotected it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer>DataLayerStorageMap.mapprotected it.unimi.dsi.fastutil.longs.Long2ObjectMap<DataLayer>LayerLightSectionStorage.queuedSectionsMethods in net.minecraft.world.level.lighting that return DataLayerModifier and TypeMethodDescriptionprotected DataLayerLayerLightSectionStorage.createDataLayer(long p_75797_)protected DataLayerSkyLightSectionStorage.createDataLayer(long p_75883_)protected DataLayerLayerLightSectionStorage.getDataLayer(long p_75759_, boolean p_75760_)protected DataLayerLayerLightSectionStorage.getDataLayer(M p_75762_, long p_75763_)LayerLightEngine.getDataLayerData(SectionPos p_75690_)LayerLightEventListener.DummyLightLayerEventListener.getDataLayerData(SectionPos p_75718_)LayerLightEventListener.getDataLayerData(SectionPos p_75709_)LayerLightSectionStorage.getDataLayerData(long p_75794_)DataLayerStorageMap.getLayer(long p_75533_)DataLayerStorageMap.removeLayer(long p_75536_)private static DataLayerSkyLightSectionStorage.repeatFirstLayer(DataLayer p_182513_)Methods in net.minecraft.world.level.lighting with parameters of type DataLayerModifier and TypeMethodDescriptionprotected intprotected voidLayerLightEngine.queueSectionData(long p_75661_, DataLayer p_75662_, boolean p_75663_)protected voidLayerLightSectionStorage.queueSectionData(long p_75755_, DataLayer p_75756_, boolean p_75757_)voidLevelLightEngine.queueSectionData(LightLayer p_75819_, SectionPos p_75820_, DataLayer p_75821_, boolean p_75822_)private static DataLayerSkyLightSectionStorage.repeatFirstLayer(DataLayer p_182513_)voidConstructor parameters in net.minecraft.world.level.lighting with type arguments of type DataLayerModifierConstructorDescriptionBlockDataLayerStorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> p_75515_)protectedDataLayerStorageMap(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_)