public static enum GuiScreenConfirmation.ConfirmationType extends java.lang.Enum<GuiScreenConfirmation.ConfirmationType>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
field_148515_d |
int |
field_148518_c |
Modifier and Type | Method and Description |
---|---|
static GuiScreenConfirmation.ConfirmationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuiScreenConfirmation.ConfirmationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuiScreenConfirmation.ConfirmationType Warning
public static final GuiScreenConfirmation.ConfirmationType Info
public final int field_148518_c
public final java.lang.String field_148515_d
public static GuiScreenConfirmation.ConfirmationType[] values()
for (GuiScreenConfirmation.ConfirmationType c : GuiScreenConfirmation.ConfirmationType.values()) System.out.println(c);
public static GuiScreenConfirmation.ConfirmationType 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 null