Class InfernalEnchanterGui


@Environment(CLIENT) public class InfernalEnchanterGui extends GuiContainer
  • Constructor Details

    • InfernalEnchanterGui

      public InfernalEnchanterGui(InventoryPlayer playerInventory, World world, int i, int j, int k)
  • Method Details

    • onGuiClosed

      public void onGuiClosed()
      Description copied from class: GuiContainer
      Called when the screen is unloaded. Used to disable keyboard repeat events
      Overrides:
      onGuiClosed in class GuiContainer
    • updateScreen

      public void updateScreen()
      Description copied from class: GuiContainer
      Called from the main game loop to update the screen.
      Overrides:
      updateScreen in class GuiContainer
    • mouseClicked

      protected void mouseClicked(int iXClick, int iYClick, int par3)
      Description copied from class: GuiContainer
      Called when the mouse is clicked.
      Overrides:
      mouseClicked in class GuiContainer
    • drawGuiContainerForegroundLayer

      protected void drawGuiContainerForegroundLayer(int i, int j)
      Description copied from class: GuiContainer
      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 iMouseX, int iMouseY)
      Description copied from class: GuiContainer
      Draw the background layer for the GuiContainer (everything behind the items)
      Specified by:
      drawGuiContainerBackgroundLayer in class GuiContainer