Package net.minecraft.world.chunk
Class ChunkToNibbleArrayMap<M extends ChunkToNibbleArrayMap<M>>
java.lang.Object
net.minecraft.world.chunk.ChunkToNibbleArrayMap<M>
- Direct Known Subclasses:
BlockLightStorage.Data,SkyLightStorage.Data
- Mappings:
Namespace Name intermediary net/minecraft/class_3556official dwmnamed net/minecraft/world/chunk/ChunkToNibbleArrayMap
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Long2ObjectOpenHashMap<ChunkNibbleArray>private final ChunkNibbleArray[]private booleanprivate final long[]private static final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancontainsKey(long chunkPos) abstract Mcopy()voidget(long chunkPos) voidput(long pos, ChunkNibbleArray data) removeChunk(long chunkPos) replaceWithCopy(long pos)
-
Field Details
-
field_31705
private static final int field_31705- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_31705Lnet/minecraft/class_3556;field_31705:Iofficial bLdwm;b:Inamed field_31705Lnet/minecraft/world/chunk/ChunkToNibbleArrayMap;field_31705:I
-
cachePositions
private final long[] cachePositions- Mappings:
Namespace Name Mixin selector intermediary field_15789Lnet/minecraft/class_3556;field_15789:[Jofficial cLdwm;c:[Jnamed cachePositionsLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;cachePositions:[J
-
cacheArrays
- Mappings:
Namespace Name Mixin selector intermediary field_15790Lnet/minecraft/class_3556;field_15790:[Lnet/minecraft/class_2804;official dLdwm;d:[Ldea;named cacheArraysLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;cacheArrays:[Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
cacheEnabled
private boolean cacheEnabled- Mappings:
Namespace Name Mixin selector intermediary field_16447Lnet/minecraft/class_3556;field_16447:Zofficial eLdwm;e:Znamed cacheEnabledLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;cacheEnabled:Z
-
arrays
- Mappings:
Namespace Name Mixin selector intermediary field_15791Lnet/minecraft/class_3556;field_15791:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;official aLdwm;a:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;named arraysLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;arrays:Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;
-
-
Constructor Details
-
ChunkToNibbleArrayMap
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3556;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;)Vofficial <init>Ldwm;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;)Vnamed <init>Lnet/minecraft/world/chunk/ChunkToNibbleArrayMap;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;)V
-
-
Method Details
-
copy
- Mappings:
Namespace Name Mixin selector intermediary method_15504Lnet/minecraft/class_3556;method_15504()Lnet/minecraft/class_3556;official bLdwm;b()Ldwm;named copyLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;copy()Lnet/minecraft/world/chunk/ChunkToNibbleArrayMap;
-
replaceWithCopy
- Mappings:
Namespace Name Mixin selector intermediary method_15502Lnet/minecraft/class_3556;method_15502(J)Lnet/minecraft/class_2804;official aLdwm;a(J)Ldea;named replaceWithCopyLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;replaceWithCopy(J)Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
containsKey
public boolean containsKey(long chunkPos) - Mappings:
Namespace Name Mixin selector intermediary method_15503Lnet/minecraft/class_3556;method_15503(J)Zofficial bLdwm;b(J)Znamed containsKeyLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;containsKey(J)Z
-
get
- Mappings:
Namespace Name Mixin selector intermediary method_15501Lnet/minecraft/class_3556;method_15501(J)Lnet/minecraft/class_2804;official cLdwm;c(J)Ldea;named getLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;get(J)Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
removeChunk
- Mappings:
Namespace Name Mixin selector intermediary method_15500Lnet/minecraft/class_3556;method_15500(J)Lnet/minecraft/class_2804;official dLdwm;d(J)Ldea;named removeChunkLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;removeChunk(J)Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
put
- Mappings:
Namespace Name Mixin selector intermediary method_15499Lnet/minecraft/class_3556;method_15499(JLnet/minecraft/class_2804;)Vofficial aLdwm;a(JLdea;)Vnamed putLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;put(JLnet/minecraft/world/chunk/ChunkNibbleArray;)V
-
clearCache
public void clearCache()- Mappings:
Namespace Name Mixin selector intermediary method_15505Lnet/minecraft/class_3556;method_15505()Vofficial cLdwm;c()Vnamed clearCacheLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;clearCache()V
-
disableCache
public void disableCache()- Mappings:
Namespace Name Mixin selector intermediary method_16188Lnet/minecraft/class_3556;method_16188()Vofficial dLdwm;d()Vnamed disableCacheLnet/minecraft/world/chunk/ChunkToNibbleArrayMap;disableCache()V
-