Enum Class GrandExchange.CollectionMode

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

public static enum GrandExchange.CollectionMode extends Enum<GrandExchange.CollectionMode>
Destination used when collecting completed Grand Exchange offers.
  • Enum Constant Details

  • Method Details

    • values

      public static GrandExchange.CollectionMode[] 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 GrandExchange.CollectionMode 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
    • optionText

      public String optionText()
      Returns the option text used on individual collect slots.
    • collectAllText

      public String collectAllText()
      Returns the option text used on the collect-all button.