Class IntArray

java.lang.Object
net.minecraft.util.IntArray
All Implemented Interfaces:
IIntArray

public class IntArray extends Object implements IIntArray
  • Field Details

    • ints

      private final int[] ints
  • Constructor Details

    • IntArray

      public IntArray(int p_i50063_1_)
  • Method Details

    • get

      public int get(int p_221476_1_)
      Specified by:
      get in interface IIntArray
    • set

      public void set(int p_221477_1_, int p_221477_2_)
      Specified by:
      set in interface IIntArray
    • getCount

      public int getCount()
      Specified by:
      getCount in interface IIntArray