Package btw.client.gui
Class CraftingGuiAnvil
java.lang.Object
net.minecraft.src.Gui
net.minecraft.src.GuiScreen
net.minecraft.src.GuiContainer
btw.client.gui.CraftingGuiWorkbench
btw.client.gui.CraftingGuiAnvil
-
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
ConstructorsConstructorDescriptionCraftingGuiAnvil(InventoryPlayer invPlayer, World world, int i, int j, int k) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawGuiContainerBackgroundLayer(float par1, int par2, int par3) Draw the background layer for the GuiContainer (everything behind the items)Methods inherited from class btw.client.gui.CraftingGuiWorkbench
drawGuiContainerForegroundLayerMethods 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, mouseClicked, mouseClickMove, mouseMovedOrUp, onGuiClosed, updateScreenMethods 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
-
CraftingGuiAnvil
-
-
Method Details
-
drawGuiContainerBackgroundLayer
protected void drawGuiContainerBackgroundLayer(float par1, int par2, int par3) Description copied from class:GuiContainerDraw the background layer for the GuiContainer (everything behind the items)- Overrides:
drawGuiContainerBackgroundLayerin classCraftingGuiWorkbench
-