Class SectorMap

java.lang.Object
net.minecraft.world.storage.SectorMap

public class SectorMap extends Object
Mappings:
Namespace Name
official dbt
intermediary net/minecraft/class_4485
named net/minecraft/world/storage/SectorMap
  • Field Details

    • bitSet

      private final BitSet bitSet
      Mappings:
      Namespace Name Mixin selector
      official a Ldbt;a:Ljava/util/BitSet;
      intermediary field_20433 Lnet/minecraft/class_4485;field_20433:Ljava/util/BitSet;
      named bitSet Lnet/minecraft/world/storage/SectorMap;bitSet:Ljava/util/BitSet;
  • Constructor Details

    • SectorMap

      public SectorMap()
  • Method Details

    • allocate

      public void allocate(int start, int size)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbt;a(II)V
      intermediary method_21868 Lnet/minecraft/class_4485;method_21868(II)V
      named allocate Lnet/minecraft/world/storage/SectorMap;allocate(II)V
    • free

      public void free(int start, int size)
      Mappings:
      Namespace Name Mixin selector
      official b Ldbt;b(II)V
      intermediary method_21869 Lnet/minecraft/class_4485;method_21869(II)V
      named free Lnet/minecraft/world/storage/SectorMap;free(II)V
    • allocate

      public int allocate(int size)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbt;a(I)I
      intermediary method_21867 Lnet/minecraft/class_4485;method_21867(I)I
      named allocate Lnet/minecraft/world/storage/SectorMap;allocate(I)I
    • getAllocatedBits

      public IntSet getAllocatedBits()
      Mappings:
      Namespace Name Mixin selector
      official a Ldbt;a()Lit/unimi/dsi/fastutil/ints/IntSet;
      intermediary method_35322 Lnet/minecraft/class_4485;method_35322()Lit/unimi/dsi/fastutil/ints/IntSet;
      named getAllocatedBits Lnet/minecraft/world/storage/SectorMap;getAllocatedBits()Lit/unimi/dsi/fastutil/ints/IntSet;