public class SearchOptions extends IOptionPage.SimpleOptionPage<SearchClientHandler>
IOptionPage.SimpleOptionPage<T extends IArmorUpgradeClientHandler<?>>| Constructor and Description |
|---|
SearchOptions(IGuiScreen screen,
SearchClientHandler upgradeHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
displaySettingsHeader()
Should the "Settings" header be displayed?
|
void |
populateGui(IGuiScreen gui)
Here you can initialize your buttons and stuff like with a
Screen. |
getClientUpgradeHandler, getGuiScreen, getPageName, isToggleable, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseScrolled, renderPost, renderPreclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeybindingButton, settingsYposition, tickpublic SearchOptions(IGuiScreen screen, SearchClientHandler upgradeHandler)
public void populateGui(IGuiScreen gui)
IOptionPageScreen.populateGui in interface IOptionPagepopulateGui in class IOptionPage.SimpleOptionPage<SearchClientHandler>gui - the holding GUIpublic boolean displaySettingsHeader()
IOptionPagedisplaySettingsHeader in interface IOptionPagedisplaySettingsHeader in class IOptionPage.SimpleOptionPage<SearchClientHandler>