Class SkyLightSectionStorage.SkyDataLayerStorageMap
java.lang.Object
net.minecraft.world.level.lighting.DataLayerStorageMap<SkyLightSectionStorage.SkyDataLayerStorageMap>
net.minecraft.world.level.lighting.SkyLightSectionStorage.SkyDataLayerStorageMap
- Enclosing class:
SkyLightSectionStorage
protected static final class SkyLightSectionStorage.SkyDataLayerStorageMap
extends DataLayerStorageMap<SkyLightSectionStorage.SkyDataLayerStorageMap>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final it.unimi.dsi.fastutil.longs.Long2IntOpenHashMapFields inherited from class DataLayerStorageMap
map -
Constructor Summary
ConstructorsConstructorDescriptionSkyDataLayerStorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> map, it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap topSections, int currentLowestY) -
Method Summary
Methods inherited from class DataLayerStorageMap
clearCache, copyDataLayer, disableCache, getLayer, hasLayer, removeLayer, setLayer
-
Field Details
-
currentLowestY
private int currentLowestY -
topSections
private final it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap topSections
-
-
Constructor Details
-
SkyDataLayerStorageMap
public SkyDataLayerStorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<DataLayer> map, it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap topSections, int currentLowestY)
-
-
Method Details
-
copy
- Specified by:
copyin classDataLayerStorageMap<SkyLightSectionStorage.SkyDataLayerStorageMap>
-