| Package | Description |
|---|---|
| net.minecraftforge.fml.client |
| Modifier and Type | Class and Description |
|---|---|
class |
GuiCustomModLoadingErrorScreen |
class |
GuiDupesFound |
class |
GuiErrorBase |
class |
GuiModsMissing |
class |
GuiMultipleModsErrored |
class |
GuiWrongMinecraft |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CustomModLoadingErrorDisplayException.drawScreen(GuiErrorScreen errorScreen,
FontRenderer fontRenderer,
int mouseRelX,
int mouseRelY,
float tickTime)
Draw your error to the screen.
|
abstract void |
CustomModLoadingErrorDisplayException.initGui(GuiErrorScreen errorScreen,
FontRenderer fontRenderer)
Called after the GUI is initialized by the parent code.
|