Class JEIPlugin.GuiTabHandler

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.JEIPlugin.GuiTabHandler
All Implemented Interfaces:
mezz.jei.api.gui.handlers.IGuiContainerHandler<AbstractPneumaticCraftContainerScreen<?,?>>
Enclosing class:
JEIPlugin

public static class JEIPlugin.GuiTabHandler extends Object implements mezz.jei.api.gui.handlers.IGuiContainerHandler<AbstractPneumaticCraftContainerScreen<?,?>>
  • Constructor Details

    • GuiTabHandler

      public GuiTabHandler()
  • Method Details

    • getGuiExtraAreas

      public List<net.minecraft.client.renderer.Rect2i> getGuiExtraAreas(AbstractPneumaticCraftContainerScreen<?,?> containerScreen)
      Description copied from interface: mezz.jei.api.gui.handlers.IGuiContainerHandler
      Give JEI information about extra space that the AbstractContainerScreen takes up. Used for moving JEI out of the way of extra things like gui tabs.
      Specified by:
      getGuiExtraAreas in interface mezz.jei.api.gui.handlers.IGuiContainerHandler<AbstractPneumaticCraftContainerScreen<?,?>>
      Returns:
      the space that the gui takes up besides the normal rectangle defined by AbstractContainerScreen.