Class KeyBindingAppendix
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix<KeyBindingAppendixClient>
org.cyclops.cyclopscore.infobook.pageelement.KeyBindingAppendix
An appendix for key bindings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbakeElement(InfoSection infoSection) Bake this appendix, only called once before changing pages.protected intprotected intprotected intgetWidth()voidpreBakeElement(InfoSection infoSection) Methods inherited from class SectionAppendix
canEqual, equals, getFullHeight, getInfoBook, getLineStart, getPage, getSectionAppendixClient, hashCode, setLineStart, setPage, toString
-
Field Details
-
WIDTH
public static final int WIDTH- See Also:
-
HEIGHT
public static final int HEIGHT- See Also:
-
-
Constructor Details
-
KeyBindingAppendix
public KeyBindingAppendix(IInfoBook infoBook, String keybindingName) throws InfoBookParser.InvalidAppendixException
-
-
Method Details
-
getOffsetY
protected int getOffsetY()- Specified by:
getOffsetYin classSectionAppendix<KeyBindingAppendixClient>
-
getWidth
protected int getWidth()- Specified by:
getWidthin classSectionAppendix<KeyBindingAppendixClient>
-
getHeight
protected int getHeight()- Specified by:
getHeightin classSectionAppendix<KeyBindingAppendixClient>
-
constructSectionAppendixClient
public KeyBindingAppendixClient constructSectionAppendixClient() throws InfoBookParser.InvalidAppendixException- Specified by:
constructSectionAppendixClientin classSectionAppendix<KeyBindingAppendixClient>- Throws:
InfoBookParser.InvalidAppendixException
-
preBakeElement
- Specified by:
preBakeElementin classSectionAppendix<KeyBindingAppendixClient>
-
bakeElement
Description copied from class:SectionAppendixBake this appendix, only called once before changing pages.- Specified by:
bakeElementin classSectionAppendix<KeyBindingAppendixClient>- Parameters:
infoSection- The section this appendix is part of.w
-
getKeybindingName
-