Class TextFieldAppendixClient
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendixClient<TextFieldAppendix>
org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendixClient
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TextFieldAppendixClient
(TextFieldAppendix sectionAppendix) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawElement
(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) protected void
postDrawElement
(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendixClient
drawScreen, getSectionAppendix
-
Constructor Details
-
TextFieldAppendixClient
-
-
Method Details
-
drawElement
protected void drawElement(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 classSectionAppendixClient<TextFieldAppendix>
-
postDrawElement
protected void postDrawElement(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 classSectionAppendixClient<TextFieldAppendix>
-