Class ForcedChunkState

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

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

    • chunks

      private final LongSet chunks
      Mappings:
      Namespace Name Mixin selector
      official a Lbtp;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 longSet)
    • ForcedChunkState

      public ForcedChunkState()
  • Method Details

    • method_32350

      public static ForcedChunkState method_32350​(CompoundTag compoundTag)
      Mappings:
      Namespace Name Mixin selector
      official b Lbtp;b(Lmq;)Lbtp;
      intermediary method_32350 Lnet/minecraft/class_1932;method_32350(Lnet/minecraft/class_2487;)Lnet/minecraft/class_1932;
      named method_32350 Lnet/minecraft/world/ForcedChunkState;method_32350(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/ForcedChunkState;
    • toTag

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

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