Package net.minecraft.world
Class ForcedChunkState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.ForcedChunkState
- Mappings:
- Namespace - Name - named - net/minecraft/world/ForcedChunkState- intermediary - net/minecraft/class_1932- official - dge
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.PersistentStatePersistentState.Type<T extends PersistentState>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ForcedChunkStatefromNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) static PersistentState.Type<ForcedChunkState> writeNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Methods inherited from class net.minecraft.world.PersistentStateisDirty, markDirty, setDirty, toNbt
- 
Field Details- 
CHUNKS_KEY- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - CHUNKS_KEY- Lnet/minecraft/world/ForcedChunkState;CHUNKS_KEY:Ljava/lang/String;- intermediary - field_30961- Lnet/minecraft/class_1932;field_30961:Ljava/lang/String;- official - a- Ldge;a:Ljava/lang/String;
 
- 
FORCED_KEY- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - FORCED_KEY- Lnet/minecraft/world/ForcedChunkState;FORCED_KEY:Ljava/lang/String;- intermediary - field_30962- Lnet/minecraft/class_1932;field_30962:Ljava/lang/String;- official - b- Ldge;b:Ljava/lang/String;
 
- 
chunks- Mappings:
- Namespace - Name - Mixin selector - named - chunks- Lnet/minecraft/world/ForcedChunkState;chunks:Lit/unimi/dsi/fastutil/longs/LongSet;- intermediary - field_9213- Lnet/minecraft/class_1932;field_9213:Lit/unimi/dsi/fastutil/longs/LongSet;- official - c- Ldge;c:Lit/unimi/dsi/fastutil/longs/LongSet;
 
 
- 
- 
Constructor Details- 
ForcedChunkState- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/ForcedChunkState;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)V- intermediary - <init>- Lnet/minecraft/class_1932;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)V- official - <init>- Ldge;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)V
 
- 
ForcedChunkStatepublic ForcedChunkState()
 
- 
- 
Method Details- 
getPersistentStateType- Mappings:
- Namespace - Name - Mixin selector - named - getPersistentStateType- Lnet/minecraft/world/ForcedChunkState;getPersistentStateType()Lnet/minecraft/world/PersistentState$Type;- intermediary - method_52570- Lnet/minecraft/class_1932;method_52570()Lnet/minecraft/class_18$class_8645;- official - a- Ldge;a()Leum$a;
 
- 
fromNbt- Mappings:
- Namespace - Name - Mixin selector - named - fromNbt- Lnet/minecraft/world/ForcedChunkState;fromNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/world/ForcedChunkState;- intermediary - method_32350- Lnet/minecraft/class_1932;method_32350(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1932;- official - b- Ldge;b(Ltq;Ljt$a;)Ldge;
 
- 
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;
 
- 
getChunks- Mappings:
- Namespace - Name - Mixin selector - named - getChunks- Lnet/minecraft/world/ForcedChunkState;getChunks()Lit/unimi/dsi/fastutil/longs/LongSet;- intermediary - method_8375- Lnet/minecraft/class_1932;method_8375()Lit/unimi/dsi/fastutil/longs/LongSet;- official - b- Ldge;b()Lit/unimi/dsi/fastutil/longs/LongSet;
 
 
-