public class SpeedBoostClientHandler extends IArmorUpgradeClientHandler.SimpleToggleableHandler<SpeedBoostHandler>
IArmorUpgradeClientHandler.AbstractHandler<T extends IArmorUpgradeHandler<?>>, IArmorUpgradeClientHandler.SimpleToggleableHandler<T extends IArmorUpgradeHandler<?>>| Constructor and Description |
|---|
SpeedBoostClientHandler() |
| Modifier and Type | Method and Description |
|---|---|
IOptionPage |
getGuiOptionsPage(IGuiScreen screen)
When you have some configurable options for your upgrade handler, return a new instance of an
IOptionPage. |
render2D, render3D, reset, tickClientgetCommonHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnimatedStat, getInitialKeyBinding, getKeybindCategory, getSubKeybindCategory, getSubKeybinds, getTriggerKeyBinding, initConfig, isToggleable, onResolutionChanged, onTriggered, saveToConfig, setOverlayColorpublic IOptionPage getGuiOptionsPage(IGuiScreen screen)
IArmorUpgradeClientHandlerIOptionPage.
When you do so, it will automatically get picked up by the armor GUI handler, and a button for the upgrade
will be displayed in the main armor GUI.getGuiOptionsPage in interface IArmorUpgradeClientHandler<SpeedBoostHandler>getGuiOptionsPage in class IArmorUpgradeClientHandler.SimpleToggleableHandler<SpeedBoostHandler>screen - an instance of the gui Screen object