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 btq
intermediary net/minecraft/class_1932
named net/minecraft/world/ForcedChunkState
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ForcedChunkState()
private
ForcedChunkState(LongSet chunks)
-
Method Summary
Modifier and Type Method Description static ForcedChunkState
fromNbt(CompoundTag tag)
LongSet
getChunks()
CompoundTag
toNbt(CompoundTag tag)
Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
chunks
- Mappings:
Namespace Name Mixin selector official a
Lbtq;a:Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary field_9213
Lnet/minecraft/class_1932;field_9213:Lit/unimi/dsi/fastutil/longs/LongSet;
named chunks
Lnet/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;)V
intermediary <init>
Lnet/minecraft/class_1932;<init>(Lit/unimi/dsi/fastutil/longs/LongSet;)V
named <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 b
Lbtq;b(Lmq;)Lbtq;
intermediary method_32350
Lnet/minecraft/class_1932;method_32350(Lnet/minecraft/class_2487;)Lnet/minecraft/class_1932;
named fromNbt
Lnet/minecraft/world/ForcedChunkState;fromNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/ForcedChunkState;
-
toNbt
- Specified by:
toNbt
in classPersistentState
- Mappings:
Namespace Name Mixin selector official a
Lddg;a(Lmq;)Lmq;
intermediary method_75
Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
named toNbt
Lnet/minecraft/world/PersistentState;toNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
-
getChunks
- Mappings:
Namespace Name Mixin selector official a
Lbtq;a()Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary method_8375
Lnet/minecraft/class_1932;method_8375()Lit/unimi/dsi/fastutil/longs/LongSet;
named getChunks
Lnet/minecraft/world/ForcedChunkState;getChunks()Lit/unimi/dsi/fastutil/longs/LongSet;
-