Class InventoryEffectRenderer

Direct Known Subclasses:
GuiContainerCreative, GuiInventory

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

    • InventoryEffectRenderer

      public InventoryEffectRenderer(Container par1Container)
  • Method Details

    • initGui

      public void initGui()
      Adds the buttons (and other controls) to the screen in question.
      Overrides:
      initGui in class GuiContainer
    • drawScreen

      public void drawScreen(int par1, int par2, float par3)
      Draws the screen and all the components in it.
      Overrides:
      drawScreen in class GuiContainer