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 - enq
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.PersistentStatePersistentState.Type<T extends PersistentState>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(long pos) booleancontains(long pos) static ChunkUpdateStatefromNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) getAll()static PersistentState.Type<ChunkUpdateState> booleanisRemaining(long pos) voidmarkResolved(long pos) writeNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Methods inherited from class net.minecraft.world.PersistentStateisDirty, markDirty, setDirty, toNbt
- 
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- Lenq;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- Lenq;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- Lenq;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- Lenq;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>- Lenq;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;Lit/unimi/dsi/fastutil/longs/LongSet;)V
 
- 
ChunkUpdateStatepublic 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- Lenq;a()Leum$a;
 
- 
fromNbt- 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- Lenq;b(Ltq;Ljt$a;)Lenq;
 
- 
writeNbt- Specified by:
- writeNbtin class- PersistentState
- 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- Leum;a(Ltq;Ljt$a;)Ltq;
 
- 
addpublic 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- Lenq;a(J)V
 
- 
containspublic 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- Lenq;b(J)Z
 
- 
isRemainingpublic 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- Lenq;c(J)Z
 
- 
markResolvedpublic 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- Lenq;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- Lenq;b()Lit/unimi/dsi/fastutil/longs/LongSet;
 
 
-