Class KeyBindingAppendixClient
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendixClient<KeyBindingAppendix>
org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendixClient
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
KeyBindingAppendixClient
(KeyBindingAppendix 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
-
KeyBindingAppendixClient
protected KeyBindingAppendixClient(KeyBindingAppendix sectionAppendix) throws InfoBookParser.InvalidAppendixException
-
-
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<KeyBindingAppendix>
-
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<KeyBindingAppendix>
-