Class SearchOptions
java.lang.Object
me.desht.pneumaticcraft.api.client.pneumatic_helmet.IOptionPage.SimpleOptionPage<SearchClientHandler>
me.desht.pneumaticcraft.client.gui.pneumatic_armor.options.SearchOptions
- All Implemented Interfaces:
IOptionPage
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.desht.pneumaticcraft.api.client.pneumatic_helmet.IOptionPage
IOptionPage.SimpleOptionPage<T extends IArmorUpgradeClientHandler<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanShould the "Settings" header be displayed?voidpopulateGui(IGuiScreen gui) Here you can initialize your buttons and stuff like with aScreen.Methods inherited from class me.desht.pneumaticcraft.api.client.pneumatic_helmet.IOptionPage.SimpleOptionPage
getClientUpgradeHandler, getGuiScreen, getPageName, isToggleable, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseScrolled, renderPost, renderPreMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.desht.pneumaticcraft.api.client.pneumatic_helmet.IOptionPage
getKeybindingButton, settingsYposition, tick
-
Constructor Details
-
SearchOptions
-
-
Method Details
-
populateGui
Description copied from interface:IOptionPageHere you can initialize your buttons and stuff like with aScreen.- Specified by:
populateGuiin interfaceIOptionPage- Overrides:
populateGuiin classIOptionPage.SimpleOptionPage<SearchClientHandler>- Parameters:
gui- the holding GUI
-
displaySettingsHeader
public boolean displaySettingsHeader()Description copied from interface:IOptionPageShould the "Settings" header be displayed?- Specified by:
displaySettingsHeaderin interfaceIOptionPage- Overrides:
displaySettingsHeaderin classIOptionPage.SimpleOptionPage<SearchClientHandler>- Returns:
- true if the header should be displayed, false otherwise
-