| Package | Description |
|---|---|
| cpw.mods.fml.client |
| Modifier and Type | Class and Description |
|---|---|
class |
GuiCustomModLoadingErrorScreen |
class |
GuiDupesFound |
class |
GuiModsMissing |
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 inited by the parent code.
|