Enum Class RunePouch.Slot

java.lang.Object
java.lang.Enum<RunePouch.Slot>
dev.twilite.game.facade.RunePouch.Slot
All Implemented Interfaces:
Serializable, Comparable<RunePouch.Slot>, Constable
Enclosing class:
RunePouch

public static enum RunePouch.Slot extends Enum<RunePouch.Slot>
Rune pouch storage slots backed by client varbits.

The first three slots are available on regular pouch variants, the fourth slot is available on divine pouch variants, and the fifth/sixth slots are exposed when the account has unlocked them.

  • Enum Constant Details

  • Method Details

    • values

      public static RunePouch.Slot[] 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 RunePouch.Slot 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
    • type

      public int type()
    • rune

      public Optional<Rune> rune()
    • amount

      public int amount()
    • count

      public int count(Rune rune)