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
ConstructorsConstructorDescriptionOperatorAppendix(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, IOperator operator) -
Method Summary
Modifier and TypeMethodDescriptionvoidbakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) protected voiddrawElement(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 intprotected intprotected intgetWidth()protected voidpostDrawElement(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) voidpreBakeElement(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
-
Constructor Details
-
OperatorAppendix
-
-
Method Details
-
getOffsetY
protected int getOffsetY()- Specified by:
getOffsetYin classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
getWidth
protected int getWidth()- Specified by:
getWidthin classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
getHeight
protected int getHeight()- Specified by:
getHeightin classorg.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:
drawElementin classorg.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:
postDrawElementin classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
preBakeElement
public void preBakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) - Specified by:
preBakeElementin classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
bakeElement
public void bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) - Specified by:
bakeElementin classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-