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, minecraftDir
allowUserInput, buttonList, fontRenderer, height, itemRender, keyHandled, labelList, mc, mouseHandled, selectedButton, width
ICONS, 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() |
keyTyped
addButton, 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, updateScreen
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
private 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 GuiErrorBase
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiErrorBase
public void actionPerformed(GuiButton button)
actionPerformed
in class GuiErrorBase
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class GuiScreen
java.io.IOException