|
YATS/Forge Documentation
|
Public Member Functions | |
| GuiIdMismatchScreen (MapDifference< Integer, ItemData > idDifferences, boolean allowContinue) | |
| void | confirmClicked (boolean choice, int par2) |
| void | drawScreen (int par1, int par2, float par3) |
Public Member Functions inherited from net.minecraft.client.gui.GuiYesNo | |
| GuiYesNo (GuiScreen par1GuiScreen, String par2Str, String par3Str, int par4) | |
| GuiYesNo (GuiScreen par1GuiScreen, String par2Str, String par3Str, String par4Str, String par5Str, int par6) | |
| void | initGui () |
| void | drawScreen (int par1, int par2, float par3) |
Public Member Functions inherited from net.minecraft.client.gui.GuiScreen | |
| void | drawScreen (int par1, int par2, float par3) |
| void | setWorldAndResolution (Minecraft par1Minecraft, int par2, int par3) |
| void | initGui () |
| void | handleInput () |
| void | handleMouseInput () |
| void | handleKeyboardInput () |
| void | updateScreen () |
| void | onGuiClosed () |
| void | drawDefaultBackground () |
| void | drawWorldBackground (int par1) |
| void | drawBackground (int par1) |
| boolean | doesGuiPauseGame () |
| void | confirmClicked (boolean par1, int par2) |
Public Member Functions inherited from net.minecraft.client.gui.Gui | |
| void | drawCenteredString (FontRenderer par1FontRenderer, String par2Str, int par3, int par4, int par5) |
| void | drawString (FontRenderer par1FontRenderer, String par2Str, int par3, int par4, int par5) |
| void | drawTexturedModalRect (int par1, int par2, int par3, int par4, int par5, int par6) |
| void | drawTexturedModelRectFromIcon (int par1, int par2, Icon par3Icon, int par4, int par5) |
Additional Inherited Members | |
Static Public Member Functions inherited from net.minecraft.client.gui.GuiScreen | |
| static String | getClipboardString () |
| static void | setClipboardString (String par0Str) |
| static boolean | isCtrlKeyDown () |
| static boolean | isShiftKeyDown () |
Public Attributes inherited from net.minecraft.client.gui.GuiScreen | |
| int | width |
| int | height |
| boolean | allowUserInput = false |
| GuiParticle | guiParticles |
Static Public Attributes inherited from net.minecraft.client.gui.GuiScreen | |
| static final boolean | isMacOs = Minecraft.getOs() == EnumOS.MACOS |
Protected Member Functions inherited from net.minecraft.client.gui.GuiYesNo | |
| void | actionPerformed (GuiButton par1GuiButton) |
Protected Attributes inherited from net.minecraft.client.gui.GuiYesNo | |
| GuiScreen | parentScreen |
| String | message1 |
| String | buttonText1 |
| String | buttonText2 |
| int | worldNumber |
| cpw.mods.fml.client.GuiIdMismatchScreen.GuiIdMismatchScreen | ( | MapDifference< Integer, ItemData > | idDifferences, |
| boolean | allowContinue | ||
| ) |
| void cpw.mods.fml.client.GuiIdMismatchScreen.confirmClicked | ( | boolean | choice, |
| int | par2 | ||
| ) |
| void cpw.mods.fml.client.GuiIdMismatchScreen.drawScreen | ( | int | par1, |
| int | par2, | ||
| float | par3 | ||
| ) |
Draws the screen and all the components in it.