Class GuiCrafting


public class GuiCrafting extends GuiContainer
  • Constructor Details

    • GuiCrafting

      public GuiCrafting(InventoryPlayer par1InventoryPlayer, World par2World, int par3, int par4, int par5)
  • Method Details

    • drawGuiContainerForegroundLayer

      protected void drawGuiContainerForegroundLayer(int par1, int par2)
      Draw the foreground layer for the GuiContainer (everything in front of the items)
      Overrides:
      drawGuiContainerForegroundLayer in class GuiContainer
    • drawGuiContainerBackgroundLayer

      protected void drawGuiContainerBackgroundLayer(float par1, int par2, int par3)
      Draw the background layer for the GuiContainer (everything behind the items)
      Specified by:
      drawGuiContainerBackgroundLayer in class GuiContainer