|
YATS/Forge Documentation
|
Public Member Functions | |
| GuiEnchantment (InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5, String par6Str) | |
| void | updateScreen () |
| void | func_74205_h () |
Public Member Functions inherited from net.minecraft.client.gui.inventory.GuiContainer | |
| GuiContainer (Container par1Container) | |
| void | initGui () |
| void | drawScreen (int par1, int par2, float par3) |
| void | onGuiClosed () |
| boolean | doesGuiPauseGame () |
| void | updateScreen () |
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) |
Public Attributes | |
| int | field_74214_o |
| float | field_74213_p |
| float | field_74212_q |
| float | field_74211_r |
| float | field_74210_s |
| float | field_74209_t |
| float | field_74208_u |
Public Attributes inherited from net.minecraft.client.gui.inventory.GuiContainer | |
| Container | inventorySlots |
Public Attributes inherited from net.minecraft.client.gui.GuiScreen | |
| int | width |
| int | height |
| boolean | allowUserInput = false |
| GuiParticle | guiParticles |
Protected Member Functions | |
| void | drawGuiContainerForegroundLayer (int par1, int par2) |
| void | mouseClicked (int par1, int par2, int par3) |
| void | drawGuiContainerBackgroundLayer (float par1, int par2, int par3) |
Protected Member Functions inherited from net.minecraft.client.gui.inventory.GuiContainer | |
| void | drawItemStackTooltip (ItemStack par1ItemStack, int par2, int par3) |
| void | drawCreativeTabHoveringText (String par1Str, int par2, int par3) |
| void | func_102021_a (List par1List, int par2, int par3) |
| void | drawHoveringText (List par1List, int par2, int par3, FontRenderer font) |
| void | drawGuiContainerForegroundLayer (int par1, int par2) |
| void | drawSlotInventory (Slot par1Slot) |
| void | mouseClicked (int par1, int par2, int par3) |
| void | func_85041_a (int par1, int par2, int par3, long par4) |
| void | mouseMovedOrUp (int par1, int par2, int par3) |
| boolean | isPointInRegion (int par1, int par2, int par3, int par4, int par5, int par6) |
| void | handleMouseClick (Slot par1Slot, int par2, int par3, int par4) |
| void | keyTyped (char par1, int par2) |
| boolean | checkHotbarKeys (int par1) |
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 () |
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.inventory.GuiContainer | |
| int | xSize = 176 |
| int | ySize = 166 |
| int | guiLeft |
| int | guiTop |
| final Set | field_94077_p = new HashSet() |
| boolean | field_94076_q |
Static Protected Attributes inherited from net.minecraft.client.gui.inventory.GuiContainer | |
| static RenderItem | itemRenderer = new RenderItem() |
| net.minecraft.client.gui.GuiEnchantment.GuiEnchantment | ( | InventoryPlayer | par1InventoryPlayer, |
| World | par2World, | ||
| int | par3, | ||
| int | par4, | ||
| int | par5, | ||
| String | par6Str | ||
| ) |
|
protectedvirtual |
Draw the background layer for the GuiContainer (everything behind the items)
Implements net.minecraft.client.gui.inventory.GuiContainer.
|
protected |
Draw the foreground layer for the GuiContainer (everything in front of the items)
| void net.minecraft.client.gui.GuiEnchantment.func_74205_h | ( | ) |
|
protected |
Called when the mouse is clicked.
| void net.minecraft.client.gui.GuiEnchantment.updateScreen | ( | ) |
Called from the main game loop to update the screen.
| float net.minecraft.client.gui.GuiEnchantment.field_74208_u |
| float net.minecraft.client.gui.GuiEnchantment.field_74209_t |
| float net.minecraft.client.gui.GuiEnchantment.field_74210_s |
| float net.minecraft.client.gui.GuiEnchantment.field_74211_r |
| float net.minecraft.client.gui.GuiEnchantment.field_74212_q |
| float net.minecraft.client.gui.GuiEnchantment.field_74213_p |
| int net.minecraft.client.gui.GuiEnchantment.field_74214_o |