Package net.minecraft.world
Class ForcedChunkState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.ForcedChunkState
public class ForcedChunkState extends PersistentState
- Mappings:
Namespace Name official btqintermediary net/minecraft/class_1932named net/minecraft/world/ForcedChunkState
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ForcedChunkState()privateForcedChunkState(LongSet chunks) -
Method Summary
Modifier and Type Method Description static ForcedChunkStatefromNbt(CompoundTag tag)LongSetgetChunks()CompoundTagtoNbt(CompoundTag tag)Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
chunks
- Mappings:
Namespace Name Mixin selector official aLbtq;a:Lit/unimi/dsi/fastutil/longs/LongSet;intermediary field_9213Lnet/minecraft/class_1932;field_9213:Lit/unimi/dsi/fastutil/longs/LongSet;named chunksLnet/minecraft/world/ForcedChunkState;chunks:Lit/unimi/dsi/fastutil/longs/LongSet;
-
-
Constructor Details
-
ForcedChunkState
- Mappings:
Namespace Name Mixin selector official <init>Lbtq;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)Vintermediary <init>Lnet/minecraft/class_1932;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)Vnamed <init>Lnet/minecraft/world/ForcedChunkState;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)V
-
ForcedChunkState
public ForcedChunkState()
-
-
Method Details
-
fromNbt
- Mappings:
Namespace Name Mixin selector official bLbtq;b(Lmq;)Lbtq;intermediary method_32350Lnet/minecraft/class_1932;method_32350(Lnet/minecraft/class_2487;)Lnet/minecraft/class_1932;named fromNbtLnet/minecraft/world/ForcedChunkState;fromNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/ForcedChunkState;
-
toNbt
- Specified by:
toNbtin classPersistentState- Mappings:
Namespace Name Mixin selector official aLddg;a(Lmq;)Lmq;intermediary method_75Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;named toNbtLnet/minecraft/world/PersistentState;toNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
-
getChunks
- Mappings:
Namespace Name Mixin selector official aLbtq;a()Lit/unimi/dsi/fastutil/longs/LongSet;intermediary method_8375Lnet/minecraft/class_1932;method_8375()Lit/unimi/dsi/fastutil/longs/LongSet;named getChunksLnet/minecraft/world/ForcedChunkState;getChunks()Lit/unimi/dsi/fastutil/longs/LongSet;
-