Package net.minecraft.world
Class ChunkUpdateState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.ChunkUpdateState
- Mappings:
Namespace Name named net/minecraft/world/ChunkUpdateState
intermediary net/minecraft/class_3440
official eip
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.PersistentState
PersistentState.Type<T extends PersistentState>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(long pos) boolean
contains
(long pos) static ChunkUpdateState
fromNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) getAll()
static PersistentState.Type
<ChunkUpdateState> boolean
isRemaining
(long pos) void
markResolved
(long pos) writeNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
REMAINING_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named REMAINING_KEY
Lnet/minecraft/world/ChunkUpdateState;REMAINING_KEY:Ljava/lang/String;
intermediary field_31660
Lnet/minecraft/class_3440;field_31660:Ljava/lang/String;
official a
Leip;a:Ljava/lang/String;
-
ALL_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named ALL_KEY
Lnet/minecraft/world/ChunkUpdateState;ALL_KEY:Ljava/lang/String;
intermediary field_31661
Lnet/minecraft/class_3440;field_31661:Ljava/lang/String;
official b
Leip;b:Ljava/lang/String;
-
all
- Mappings:
Namespace Name Mixin selector named all
Lnet/minecraft/world/ChunkUpdateState;all:Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary field_15301
Lnet/minecraft/class_3440;field_15301:Lit/unimi/dsi/fastutil/longs/LongSet;
official c
Leip;c:Lit/unimi/dsi/fastutil/longs/LongSet;
-
remaining
- Mappings:
Namespace Name Mixin selector named remaining
Lnet/minecraft/world/ChunkUpdateState;remaining:Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary field_15302
Lnet/minecraft/class_3440;field_15302:Lit/unimi/dsi/fastutil/longs/LongSet;
official d
Leip;d:Lit/unimi/dsi/fastutil/longs/LongSet;
-
-
Constructor Details
-
ChunkUpdateState
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/ChunkUpdateState;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;Lit/unimi/dsi/fastutil/longs/LongSet;)V
intermediary <init>
Lnet/minecraft/class_3440;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;Lit/unimi/dsi/fastutil/longs/LongSet;)V
official <init>
Leip;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;Lit/unimi/dsi/fastutil/longs/LongSet;)V
-
ChunkUpdateState
public ChunkUpdateState()
-
-
Method Details
-
getPersistentStateType
- Mappings:
Namespace Name Mixin selector named getPersistentStateType
Lnet/minecraft/world/ChunkUpdateState;getPersistentStateType()Lnet/minecraft/world/PersistentState$Type;
intermediary method_52601
Lnet/minecraft/class_3440;method_52601()Lnet/minecraft/class_18$class_8645;
official a
Leip;a()Lepe$a;
-
fromNbt
public static ChunkUpdateState fromNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) - Mappings:
Namespace Name Mixin selector named fromNbt
Lnet/minecraft/world/ChunkUpdateState;fromNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/world/ChunkUpdateState;
intermediary method_32358
Lnet/minecraft/class_3440;method_32358(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_3440;
official b
Leip;b(Lus;Ljk$a;)Leip;
-
writeNbt
- Specified by:
writeNbt
in classPersistentState
- Mappings:
Namespace Name Mixin selector named writeNbt
Lnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;
intermediary method_75
Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;
official a
Lepe;a(Lus;Ljk$a;)Lus;
-
add
public void add(long pos) - Mappings:
Namespace Name Mixin selector named add
Lnet/minecraft/world/ChunkUpdateState;add(J)V
intermediary method_14896
Lnet/minecraft/class_3440;method_14896(J)V
official a
Leip;a(J)V
-
contains
public boolean contains(long pos) - Mappings:
Namespace Name Mixin selector named contains
Lnet/minecraft/world/ChunkUpdateState;contains(J)Z
intermediary method_14897
Lnet/minecraft/class_3440;method_14897(J)Z
official b
Leip;b(J)Z
-
isRemaining
public boolean isRemaining(long pos) - Mappings:
Namespace Name Mixin selector named isRemaining
Lnet/minecraft/world/ChunkUpdateState;isRemaining(J)Z
intermediary method_14894
Lnet/minecraft/class_3440;method_14894(J)Z
official c
Leip;c(J)Z
-
markResolved
public void markResolved(long pos) - Mappings:
Namespace Name Mixin selector named markResolved
Lnet/minecraft/world/ChunkUpdateState;markResolved(J)V
intermediary method_14895
Lnet/minecraft/class_3440;method_14895(J)V
official d
Leip;d(J)V
-
getAll
- Mappings:
Namespace Name Mixin selector named getAll
Lnet/minecraft/world/ChunkUpdateState;getAll()Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary method_14898
Lnet/minecraft/class_3440;method_14898()Lit/unimi/dsi/fastutil/longs/LongSet;
official b
Leip;b()Lit/unimi/dsi/fastutil/longs/LongSet;
-