public class GuiMultipleModsErrored extends GuiErrorBase
| Modifier and Type | Class and Description |
|---|---|
private class |
GuiMultipleModsErrored.GuiList |
| Modifier and Type | Field and Description |
|---|---|
private GuiMultipleModsErrored.GuiList |
list |
private java.util.List<MissingModsException> |
missingModsExceptions |
private java.util.List<WrongMinecraftVersionException> |
wrongMinecraftExceptions |
logFile, minecraftDirallowUserInput, buttonList, fontRenderer, height, itemRender, keyHandled, labelList, mc, mouseHandled, selectedButton, widthICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel| Constructor and Description |
|---|
GuiMultipleModsErrored(MultipleModsErrored exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(GuiButton button) |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleMouseInput() |
void |
initGui() |
keyTypedaddButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolution, updateScreendrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineprivate final java.util.List<WrongMinecraftVersionException> wrongMinecraftExceptions
private final java.util.List<MissingModsException> missingModsExceptions
private GuiMultipleModsErrored.GuiList list
public GuiMultipleModsErrored(MultipleModsErrored exception)
public void initGui()
initGui in class GuiErrorBasepublic void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class GuiErrorBasepublic void actionPerformed(GuiButton button)
actionPerformed in class GuiErrorBasepublic void handleMouseInput()
throws java.io.IOException
handleMouseInput in class GuiScreenjava.io.IOException