public enum GuiStandardIcon extends java.lang.Enum<GuiStandardIcon>
| Enum Constant and Description |
|---|
LOGO |
QUESTION_MARK |
SMALL_LOGO |
TRANSLUCENT_DOT |
TRU |
| Modifier and Type | Method and Description |
|---|---|
GuiImage |
getImage() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
static GuiStandardIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuiStandardIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuiStandardIcon LOGO
public static final GuiStandardIcon SMALL_LOGO
public static final GuiStandardIcon QUESTION_MARK
public static final GuiStandardIcon TRANSLUCENT_DOT
public static final GuiStandardIcon TRU
public static GuiStandardIcon[] values()
for (GuiStandardIcon c : GuiStandardIcon.values()) System.out.println(c);
public static GuiStandardIcon 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 java.lang.String getPath()
public GuiImage getImage()