Class PulleyGui


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

  • Method Details

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