Enum Class InventoryId

java.lang.Object
java.lang.Enum<InventoryId>
com.epicbot.api.shared.model.InventoryId
All Implemented Interfaces:
Serializable, Comparable<InventoryId>, Constable

public enum InventoryId extends Enum<InventoryId>
  • Enum Constant Details

    • TRADE

      public static final InventoryId TRADE
    • TRADEOTHER

      public static final InventoryId TRADEOTHER
      The other trade inventory.
    • INVENTORY

      public static final InventoryId INVENTORY
      Standard player inventory.
    • EQUIPMENT

      public static final InventoryId EQUIPMENT
      Equipment inventory.
    • BANK

      public static final InventoryId BANK
      Bank inventory.
    • PUZZLE_BOX

      public static final InventoryId PUZZLE_BOX
      A puzzle box inventory.
    • BARROWS_REWARD

      public static final InventoryId BARROWS_REWARD
      Barrows reward chest inventory.
    • MONKEY_MADNESS_PUZZLE_BOX

      public static final InventoryId MONKEY_MADNESS_PUZZLE_BOX
      Monkey madness puzzle box inventory.
    • CHAMBERS_OF_XERIC_CHEST

      public static final InventoryId CHAMBERS_OF_XERIC_CHEST
      Chambers of Xeric chest inventory.
    • THEATRE_OF_BLOOD_CHEST

      public static final InventoryId THEATRE_OF_BLOOD_CHEST
      Theater of Blood reward chest inventory (Raids 2)
  • Method Details

    • values

      public static InventoryId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static InventoryId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getId

      public int getId()
      Gets the raw inventory type ID.
      Returns:
      inventory type