Class OperatorAppendix

java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
org.cyclops.integrateddynamics.infobook.pageelement.OperatorAppendix

public class OperatorAppendix extends org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
Operator appendix.
  • Constructor Summary

    Constructors
    Constructor
    Description
    OperatorAppendix(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, IOperator operator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection)
     
    protected void
    drawElement(org.cyclops.cyclopscore.infobook.ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my)
     
    protected int
     
    protected int
     
    protected int
     
    protected void
    postDrawElement(org.cyclops.cyclopscore.infobook.ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my)
     
    void
    preBakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection)
     

    Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix

    canEqual, drawScreen, equals, getFullHeight, getInfoBook, getLineStart, getPage, hashCode, setLineStart, setPage, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OperatorAppendix

      public OperatorAppendix(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, IOperator operator)
  • Method Details

    • getOffsetY

      protected int getOffsetY()
      Specified by:
      getOffsetY in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • getWidth

      protected int getWidth()
      Specified by:
      getWidth in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • getHeight

      protected int getHeight()
      Specified by:
      getHeight in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • drawElement

      protected void drawElement(org.cyclops.cyclopscore.infobook.ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my)
      Specified by:
      drawElement in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • postDrawElement

      protected void postDrawElement(org.cyclops.cyclopscore.infobook.ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my)
      Specified by:
      postDrawElement in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • preBakeElement

      public void preBakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection)
      Specified by:
      preBakeElement in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • bakeElement

      public void bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection)
      Specified by:
      bakeElement in class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix