public enum GuiScreenConfirmationType extends Enum<GuiScreenConfirmationType>
Modifier and Type | Field and Description |
---|---|
String |
field_140072_d |
int |
field_140075_c |
Modifier and Type | Method and Description |
---|---|
static GuiScreenConfirmationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuiScreenConfirmationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuiScreenConfirmationType Warning
public static final GuiScreenConfirmationType Info
public final int field_140075_c
public final String field_140072_d
public static GuiScreenConfirmationType[] values()
for (GuiScreenConfirmationType c : GuiScreenConfirmationType.values()) System.out.println(c);
public static GuiScreenConfirmationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null