Class IntegerStorage

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

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

    • INTS

      private static final Integer[] INTS
      Mappings:
      Namespace Name Mixin selector
      official a Lnl;a:[Ljava/lang/Integer;
      intermediary field_7122 Lnet/minecraft/class_1696;field_7122:[Ljava/lang/Integer;
      named INTS Lnet/minecraft/util/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_6581 Lnet/minecraft/class_1696;method_6581(I)Ljava/lang/Integer;
      named get Lnet/minecraft/util/IntegerStorage;get(I)Ljava/lang/Integer;