Class IntegerStorage

java.lang.Object
net.minecraft.util.collection.IntegerStorage

@Environment(CLIENT) public class IntegerStorage extends Object
Mappings:
Namespace Name
official nl
intermediary net/minecraft/class_2602
named net/minecraft/util/collection/IntegerStorage
  • Field Details

    • INTS

      private static final Integer[] INTS
      Mappings:
      Namespace Name Mixin selector
      official a Lnl;a:[Ljava/lang/Integer;
      intermediary field_11851 Lnet/minecraft/class_2602;field_11851:[Ljava/lang/Integer;
      named INTS Lnet/minecraft/util/collection/IntegerStorage;INTS:[Ljava/lang/Integer;
  • Constructor Details

    • IntegerStorage

      public IntegerStorage()
  • Method Details

    • get

      public static Integer get(int i)
      Mappings:
      Namespace Name Mixin selector
      official a Lnl;a(I)Ljava/lang/Integer;
      intermediary method_10836 Lnet/minecraft/class_2602;method_10836(I)Ljava/lang/Integer;
      named get Lnet/minecraft/util/collection/IntegerStorage;get(I)Ljava/lang/Integer;