public enum ItemDataTag extends java.lang.Enum<ItemDataTag>
RiotApi.StaticData| Enum Constant and Description |
|---|
ALL |
COLLOQ |
CONSUME_ON_FULL |
CONSUMED |
DEPTH |
EFFECT |
FROM |
GOLD |
HIDE_FROM_ALL |
IMAGE |
IN_STORE |
INTO |
MAPS |
REQUIRED_CHAMPION |
SANITIZED_DESCRIPTION |
SPECIAL_RECIPE |
STACKS |
STATS |
TAGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ItemDataTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemDataTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemDataTag ALL
public static final ItemDataTag COLLOQ
public static final ItemDataTag CONSUME_ON_FULL
public static final ItemDataTag CONSUMED
public static final ItemDataTag DEPTH
public static final ItemDataTag EFFECT
public static final ItemDataTag FROM
public static final ItemDataTag GOLD
public static final ItemDataTag HIDE_FROM_ALL
public static final ItemDataTag IMAGE
public static final ItemDataTag IN_STORE
public static final ItemDataTag INTO
public static final ItemDataTag MAPS
public static final ItemDataTag REQUIRED_CHAMPION
public static final ItemDataTag SANITIZED_DESCRIPTION
public static final ItemDataTag SPECIAL_RECIPE
public static final ItemDataTag STACKS
public static final ItemDataTag STATS
public static final ItemDataTag TAGS
public static ItemDataTag[] values()
for (ItemDataTag c : ItemDataTag.values()) System.out.println(c);
public static ItemDataTag 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 toString()
toString in class java.lang.Enum<ItemDataTag>