Package net.minecraft.world.chunk.light
Class BlockLightStorage.Data
java.lang.Object
net.minecraft.world.chunk.ChunkToNibbleArrayMap<BlockLightStorage.Data>
net.minecraft.world.chunk.light.BlockLightStorage.Data
- Enclosing class:
- BlockLightStorage
public static final class BlockLightStorage.Data extends ChunkToNibbleArrayMap<BlockLightStorage.Data>
-
Field Summary
Fields inherited from class net.minecraft.world.chunk.ChunkToNibbleArrayMap
arrays -
Constructor Summary
Constructors Constructor Description Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays) -
Method Summary
Modifier and Type Method Description BlockLightStorage.Datacopy()Methods inherited from class net.minecraft.world.chunk.ChunkToNibbleArrayMap
clearCache, containsKey, disableCache, get, put, removeChunk, replaceWithCopy
-
Constructor Details
-
Data
-
-
Method Details
-
copy
- Specified by:
copyin classChunkToNibbleArrayMap<BlockLightStorage.Data>
-