Package btw.client.gui
Class InfernalEnchanterGui
java.lang.Object
net.minecraft.src.Gui
net.minecraft.src.GuiScreen
net.minecraft.src.GuiContainer
btw.client.gui.InfernalEnchanterGui
-
Field Summary
Fields inherited from class net.minecraft.src.GuiContainer
field_110408_a, field_94076_q, field_94077_p, guiLeft, guiTop, inventorySlots, itemRenderer, xSize, ySizeFields inherited from class net.minecraft.src.GuiScreen
allowUserInput, buttonList, fontRenderer, height, mc, widthFields inherited from class net.minecraft.src.Gui
icons, optionsBackground, statIcons, zLevel -
Constructor Summary
ConstructorsConstructorDescriptionInfernalEnchanterGui(InventoryPlayer playerInventory, World world, int i, int j, int k) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawGuiContainerBackgroundLayer(float par1, int iMouseX, int iMouseY) Draw the background layer for the GuiContainer (everything behind the items)protected voiddrawGuiContainerForegroundLayer(int i, int j) Draw the foreground layer for the GuiContainer (everything in front of the items)protected voidmouseClicked(int iXClick, int iYClick, int par3) Called when the mouse is clicked.voidCalled when the screen is unloaded.voidCalled from the main game loop to update the screen.Methods inherited from class net.minecraft.src.GuiContainer
checkHotbarKeys, doesGuiPauseGame, drawCreativeTabHoveringText, drawItemStackTooltip, drawScreen, func_102021_a, getGuiLeft, getGuiTop, getTheSlot, getxSize, getySize, handleMouseClick, initGui, installationIntegrityTest, isPointInRegion, keyTyped, mouseClickMove, mouseMovedOrUpMethods inherited from class net.minecraft.src.GuiScreen
actionPerformed, confirmClicked, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolutionMethods inherited from class net.minecraft.src.Gui
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine
-
Constructor Details
-
InfernalEnchanterGui
-
-
Method Details
-
onGuiClosed
public void onGuiClosed()Description copied from class:GuiContainerCalled when the screen is unloaded. Used to disable keyboard repeat events- Overrides:
onGuiClosedin classGuiContainer
-
updateScreen
public void updateScreen()Description copied from class:GuiContainerCalled from the main game loop to update the screen.- Overrides:
updateScreenin classGuiContainer
-
mouseClicked
protected void mouseClicked(int iXClick, int iYClick, int par3) Description copied from class:GuiContainerCalled when the mouse is clicked.- Overrides:
mouseClickedin classGuiContainer
-
drawGuiContainerForegroundLayer
protected void drawGuiContainerForegroundLayer(int i, int j) Description copied from class:GuiContainerDraw the foreground layer for the GuiContainer (everything in front of the items)- Overrides:
drawGuiContainerForegroundLayerin classGuiContainer
-
drawGuiContainerBackgroundLayer
protected void drawGuiContainerBackgroundLayer(float par1, int iMouseX, int iMouseY) Description copied from class:GuiContainerDraw the background layer for the GuiContainer (everything behind the items)- Specified by:
drawGuiContainerBackgroundLayerin classGuiContainer
-