Package net.minecraft.world.chunk.light
Class SkyLightStorage.Data
java.lang.Object
net.minecraft.world.chunk.ChunkToNibbleArrayMap<SkyLightStorage.Data>
net.minecraft.world.chunk.light.SkyLightStorage.Data
- Enclosing class:
- SkyLightStorage
public static final class SkyLightStorage.Data extends ChunkToNibbleArrayMap<SkyLightStorage.Data>
- Mappings:
Namespace Name official daf$a
intermediary net/minecraft/class_3569$class_3570
named net/minecraft/world/chunk/light/SkyLightStorage$Data
-
Field Summary
Fields Modifier and Type Field Description private Long2IntOpenHashMap
columnToTopSection
private int
minSectionY
Fields inherited from class net.minecraft.world.chunk.ChunkToNibbleArrayMap
arrays
-
Constructor Summary
Constructors Constructor Description Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY)
-
Method Summary
Modifier and Type Method Description SkyLightStorage.Data
copy()
Methods inherited from class net.minecraft.world.chunk.ChunkToNibbleArrayMap
clearCache, containsKey, disableCache, get, put, removeChunk, replaceWithCopy
-
Field Details
-
minSectionY
private int minSectionY- Mappings:
Namespace Name Mixin selector official b
Ldaf$a;b:I
intermediary field_15822
Lnet/minecraft/class_3569$class_3570;field_15822:I
named minSectionY
Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;minSectionY:I
-
columnToTopSection
- Mappings:
Namespace Name Mixin selector official c
Ldaf$a;c:Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
intermediary field_15821
Lnet/minecraft/class_3569$class_3570;field_15821:Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
named columnToTopSection
Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;columnToTopSection:Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
-
-
Constructor Details
-
Data
public Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY)- Mappings:
Namespace Name Mixin selector official <init>
Ldaf$a;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;I)V
intermediary <init>
Lnet/minecraft/class_3569$class_3570;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;I)V
named <init>
Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;I)V
-
-
Method Details
-
copy
- Specified by:
copy
in classChunkToNibbleArrayMap<SkyLightStorage.Data>
- Mappings:
Namespace Name Mixin selector official a
Ldaf$a;a()Ldaf$a;
intermediary method_15572
Lnet/minecraft/class_3569$class_3570;method_15572()Lnet/minecraft/class_3569$class_3570;
named copy
Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;copy()Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;
-