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
protected static final class SkyLightStorage.Data
extends ChunkToNibbleArrayMap<SkyLightStorage.Data>
- Mappings:
Namespace Name official dwy$a
intermediary net/minecraft/class_3569$class_3570
named net/minecraft/world/chunk/light/SkyLightStorage$Data
-
Field Summary
Modifier and TypeFieldDescription(package private) final Long2IntOpenHashMap
(package private) int
Fields inherited from class net.minecraft.world.chunk.ChunkToNibbleArrayMap
arrays
-
Constructor Summary
ConstructorDescriptionData
(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY) -
Method Summary
Methods inherited from class net.minecraft.world.chunk.ChunkToNibbleArrayMap
clearCache, containsKey, disableCache, get, put, removeChunk, replaceWithCopy
-
Field Details
-
minSectionY
int minSectionY- Mappings:
Namespace Name Mixin selector official b
Ldwy$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
Ldwy$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>
Ldwy$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
Ldwy$a;a()Ldwy$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;
-