Package | Description |
---|---|
net.minecraft.client.gui | |
net.minecraft.client.mco |
Constructor and Description |
---|
GuiScreenConfirmation(GuiScreen par1GuiScreen,
GuiScreenConfirmationType par2GuiScreenConfirmationType,
String par3Str,
String par4Str,
int par5) |
Modifier and Type | Method and Description |
---|---|
static GuiScreenConfirmationType |
GuiScreenConfirmationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuiScreenConfirmationType[] |
GuiScreenConfirmationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|