Class AspectAppendix
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
org.cyclops.integrateddynamics.infobook.pageelement.AspectAppendix
public class AspectAppendix
extends org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
Aspect appendix.
-
Constructor Summary
ConstructorDescriptionAspectAppendix
(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, IAspect aspect) -
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
-
AspectAppendix
-
-
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
-