Enum Constant and Description |
---|
AGILITY |
AUCTIONING |
BROKEN
Assigning this category to scripts will hide them from the script selector.
|
BUYING |
COMBAT |
COOKING |
CRAFTING |
DO_NOT_MANUALLY_ASSIGN_ALL |
DO_NOT_MANUALLY_ASSIGN_APOS |
DO_NOT_MANUALLY_ASSIGN_NATIVE |
DO_NOT_MANUALLY_ASSIGN_SBOT |
DO_NOT_MANUALLY_ASSIGN_UNCATEGORIZED |
FIREMAKING |
FISHING |
FLETCHING |
GATHERING |
HARVESTING |
HERBLAW |
HIDDEN_FROM_SELECTOR
Assigning this category to scripts will hide them from the script selector.
|
IRONMAN_SUPPORTED |
MAGIC |
MELEE |
MINING |
MISCELLANEOUS |
PKING |
PRAYER |
QUESTING |
RANGED |
RUNECRAFTING |
SELLING |
SMITHING |
TESTING
This is for script testing and development only.
|
THIEVING |
TRADING |
ULTIMATE_IRONMAN_SUPPORTED |
WOODCUTTING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static boolean |
isHidden(Category category)
Checks whether a category should be hidden from the selector.
|
static boolean |
isNotExcluded(Category category)
Checks whether a category is not in the excluded categories list.
|
static Category |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Category HIDDEN_FROM_SELECTOR
public static final Category BROKEN
public static final Category TESTING
public static final Category DO_NOT_MANUALLY_ASSIGN_ALL
public static final Category DO_NOT_MANUALLY_ASSIGN_NATIVE
public static final Category DO_NOT_MANUALLY_ASSIGN_APOS
public static final Category DO_NOT_MANUALLY_ASSIGN_SBOT
public static final Category COMBAT
public static final Category MELEE
public static final Category RANGED
public static final Category MAGIC
public static final Category PRAYER
public static final Category COOKING
public static final Category WOODCUTTING
public static final Category FLETCHING
public static final Category FISHING
public static final Category FIREMAKING
public static final Category CRAFTING
public static final Category SMITHING
public static final Category MINING
public static final Category HERBLAW
public static final Category AGILITY
public static final Category THIEVING
public static final Category RUNECRAFTING
public static final Category HARVESTING
public static final Category QUESTING
public static final Category PKING
public static final Category AUCTIONING
public static final Category TRADING
public static final Category BUYING
public static final Category SELLING
public static final Category GATHERING
public static final Category MISCELLANEOUS
public static final Category IRONMAN_SUPPORTED
public static final Category ULTIMATE_IRONMAN_SUPPORTED
public static final Category DO_NOT_MANUALLY_ASSIGN_UNCATEGORIZED
public static Category[] values()
for (Category c : Category.values()) System.out.println(c);
public static Category valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public static boolean isHidden(Category category)
category
- Category - Category to checkpublic static boolean isNotExcluded(Category category)
category
- Category - Category to check