Package net.minecraft.world.lighting
Class BlockLightStorage.StorageMap
- java.lang.Object
-
- net.minecraft.world.lighting.LightDataMap<BlockLightStorage.StorageMap>
-
- net.minecraft.world.lighting.BlockLightStorage.StorageMap
-
- Enclosing class:
- BlockLightStorage
public static final class BlockLightStorage.StorageMap extends LightDataMap<BlockLightStorage.StorageMap>
-
-
Field Summary
-
Fields inherited from class net.minecraft.world.lighting.LightDataMap
map
-
-
Constructor Summary
Constructors Constructor Description StorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> p_i50064_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockLightStorage.StorageMap
copy()
-
Methods inherited from class net.minecraft.world.lighting.LightDataMap
clearCache, copyDataLayer, disableCache, getLayer, hasLayer, removeLayer, setLayer
-
-
-
-
Constructor Detail
-
StorageMap
public StorageMap(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<NibbleArray> p_i50064_1_)
-
-
Method Detail
-
copy
public BlockLightStorage.StorageMap copy()
- Specified by:
copy
in classLightDataMap<BlockLightStorage.StorageMap>
-
-