| YATS/Forge Documentation
    | 
 
  
 | Public Member Functions | |
| GuiConfirmOpenLink (GuiScreen par1GuiScreen, String par2Str, int par3, boolean par4) | |
| void | initGui () | 
| void | copyLinkToClipboard () | 
| void | drawScreen (int par1, int par2, float par3) | 
| void | func_92026_h () | 
|  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) | 
| Protected Member Functions | |
| void | actionPerformed (GuiButton par1GuiButton) | 
|  Protected Member Functions inherited from net.minecraft.client.gui.GuiYesNo | |
| void | actionPerformed (GuiButton par1GuiButton) | 
|  Protected Member Functions inherited from net.minecraft.client.gui.GuiScreen | |
| void | keyTyped (char par1, int par2) | 
| void | mouseClicked (int par1, int par2, int par3) | 
| void | mouseMovedOrUp (int par1, int par2, int par3) | 
| void | func_85041_a (int par1, int par2, int par3, long par4) | 
| void | actionPerformed (GuiButton par1GuiButton) | 
|  Protected Member Functions inherited from net.minecraft.client.gui.Gui | |
| void | drawHorizontalLine (int par1, int par2, int par3, int par4) | 
| void | drawVerticalLine (int par1, int par2, int par3, int par4) | 
| void | drawGradientRect (int par1, int par2, int par3, int par4, int par5, int par6) | 
| 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 Attributes inherited from net.minecraft.client.gui.GuiYesNo | |
| GuiScreen | parentScreen | 
| String | message1 | 
| String | buttonText1 | 
| String | buttonText2 | 
| int | worldNumber | 
| net.minecraft.client.gui.GuiConfirmOpenLink.GuiConfirmOpenLink | ( | GuiScreen | par1GuiScreen, | 
| String | par2Str, | ||
| int | par3, | ||
| boolean | par4 | ||
| ) | 
| 
 | protected | 
Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e).
| void net.minecraft.client.gui.GuiConfirmOpenLink.copyLinkToClipboard | ( | ) | 
Copies the link to the system clipboard.
| void net.minecraft.client.gui.GuiConfirmOpenLink.drawScreen | ( | int | par1, | 
| int | par2, | ||
| float | par3 | ||
| ) | 
Draws the screen and all the components in it.
| void net.minecraft.client.gui.GuiConfirmOpenLink.func_92026_h | ( | ) | 
| void net.minecraft.client.gui.GuiConfirmOpenLink.initGui | ( | ) | 
Adds the buttons (and other controls) to the screen in question.