Class TextFieldAppendixClient
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendixClient<TextFieldAppendix>
org.cyclops.cyclopscore.infobook.pageelement.TextFieldAppendixClient
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTextFieldAppendixClient(TextFieldAppendix sectionAppendix) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawElement(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) protected voidpostDrawElement(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:
drawElementin 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:
postDrawElementin classSectionAppendixClient<TextFieldAppendix>
-