| Enum Constant and Description |
|---|
CLOCK |
EXCLAMATION_MARK |
FOUR_POINTED_STAR |
GEAR |
POKEBALL |
QUESTION_MARK |
SPEECH_BUBBLE |
| Modifier and Type | Method and Description |
|---|---|
static StageIcon |
getIcon(byte ordinal) |
net.minecraft.util.ResourceLocation |
getResource() |
static StageIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StageIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StageIcon EXCLAMATION_MARK
public static final StageIcon QUESTION_MARK
public static final StageIcon FOUR_POINTED_STAR
public static final StageIcon SPEECH_BUBBLE
public static final StageIcon GEAR
public static final StageIcon POKEBALL
public static final StageIcon CLOCK
public static StageIcon[] values()
for (StageIcon c : StageIcon.values()) System.out.println(c);
public static StageIcon 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 net.minecraft.util.ResourceLocation getResource()
public static StageIcon getIcon(byte ordinal)