Interface ItemContainer


public interface ItemContainer
  • Method Details

    • getCount

      int getCount()
    • getItemIds

      int[] getItemIds()
    • getStackSizes

      int[] getStackSizes()
    • getCapacity

      default int getCapacity()
    • contains

      default boolean contains(int... ids)