Class ChunkUpdateState

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

public class ChunkUpdateState
extends PersistentState
Mappings:
Namespace Name
official cwn
intermediary net/minecraft/class_3440
named net/minecraft/world/ChunkUpdateState
  • Field Details

    • all

      private final LongSet all
      Mappings:
      Namespace Name Mixin selector
      official a Lcwn;a:Lit/unimi/dsi/fastutil/longs/LongSet;
      intermediary field_15301 Lnet/minecraft/class_3440;field_15301:Lit/unimi/dsi/fastutil/longs/LongSet;
      named all Lnet/minecraft/world/ChunkUpdateState;all:Lit/unimi/dsi/fastutil/longs/LongSet;
    • remaining

      private final LongSet remaining
      Mappings:
      Namespace Name Mixin selector
      official b Lcwn;b:Lit/unimi/dsi/fastutil/longs/LongSet;
      intermediary field_15302 Lnet/minecraft/class_3440;field_15302:Lit/unimi/dsi/fastutil/longs/LongSet;
      named remaining Lnet/minecraft/world/ChunkUpdateState;remaining:Lit/unimi/dsi/fastutil/longs/LongSet;
  • Constructor Details

    • ChunkUpdateState

      private ChunkUpdateState​(LongSet longSet, LongSet longSet2)
    • ChunkUpdateState

      public ChunkUpdateState()
  • Method Details

    • method_32358

      public static ChunkUpdateState method_32358​(CompoundTag compoundTag)
      Mappings:
      Namespace Name Mixin selector
      official b Lcwn;b(Lmq;)Lcwn;
      intermediary method_32358 Lnet/minecraft/class_3440;method_32358(Lnet/minecraft/class_2487;)Lnet/minecraft/class_3440;
      named method_32358 Lnet/minecraft/world/ChunkUpdateState;method_32358(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/ChunkUpdateState;
    • 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;
    • add

      public void add​(long long2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcwn;a(J)V
      intermediary method_14896 Lnet/minecraft/class_3440;method_14896(J)V
      named add Lnet/minecraft/world/ChunkUpdateState;add(J)V
    • contains

      public boolean contains​(long long2)
      Mappings:
      Namespace Name Mixin selector
      official b Lcwn;b(J)Z
      intermediary method_14897 Lnet/minecraft/class_3440;method_14897(J)Z
      named contains Lnet/minecraft/world/ChunkUpdateState;contains(J)Z
    • isRemaining

      public boolean isRemaining​(long long2)
      Mappings:
      Namespace Name Mixin selector
      official c Lcwn;c(J)Z
      intermediary method_14894 Lnet/minecraft/class_3440;method_14894(J)Z
      named isRemaining Lnet/minecraft/world/ChunkUpdateState;isRemaining(J)Z
    • markResolved

      public void markResolved​(long long2)
      Mappings:
      Namespace Name Mixin selector
      official d Lcwn;d(J)V
      intermediary method_14895 Lnet/minecraft/class_3440;method_14895(J)V
      named markResolved Lnet/minecraft/world/ChunkUpdateState;markResolved(J)V
    • getAll

      public LongSet getAll()
      Mappings:
      Namespace Name Mixin selector
      official a Lcwn;a()Lit/unimi/dsi/fastutil/longs/LongSet;
      intermediary method_14898 Lnet/minecraft/class_3440;method_14898()Lit/unimi/dsi/fastutil/longs/LongSet;
      named getAll Lnet/minecraft/world/ChunkUpdateState;getAll()Lit/unimi/dsi/fastutil/longs/LongSet;