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
ConstructorDescriptionOperatorAppendix
(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, IOperator operator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
getWidth()
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
-
Constructor Details
-
OperatorAppendix
-
-
Method Details
-
getOffsetY
protected int getOffsetY()- Specified by:
getOffsetY
in classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
getWidth
protected int getWidth()- Specified by:
getWidth
in classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
getHeight
protected int getHeight()- Specified by:
getHeight
in 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:
drawElement
in 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:
postDrawElement
in classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
preBakeElement
public void preBakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) - Specified by:
preBakeElement
in classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
bakeElement
public void bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) - Specified by:
bakeElement
in classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-