Class ForcedChunkState

java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.ForcedChunkState

public class ForcedChunkState
extends PersistentState
Mappings:
Namespace Name
official bul
intermediary net/minecraft/class_1932
named net/minecraft/world/ForcedChunkState
  • Field Details

    • chunks

      private final LongSet chunks
      Mappings:
      Namespace Name Mixin selector
      official a Lbul;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

      private ForcedChunkState​(LongSet chunks)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbul;<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

      public static ForcedChunkState fromNbt​(CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official b Lbul;b(Lmr;)Lbul;
      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;
    • writeNbt

      public CompoundTag writeNbt​(CompoundTag tag)
      Specified by:
      writeNbt in class PersistentState
      Mappings:
      Namespace Name Mixin selector
      official a Ldez;a(Lmr;)Lmr;
      intermediary method_75 Lnet/minecraft/class_18;method_75(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      named writeNbt Lnet/minecraft/world/PersistentState;writeNbt(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/nbt/CompoundTag;
    • getChunks

      public LongSet getChunks()
      Mappings:
      Namespace Name Mixin selector
      official a Lbul;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;