Class SpeedBoostOptions
java.lang.Object
me.desht.pneumaticcraft.api.client.pneumatic_helmet.IOptionPage.SimpleOptionPage<T>
me.desht.pneumaticcraft.client.gui.pneumatic_armor.options.AbstractSliderOptions<SpeedBoostClientHandler>
me.desht.pneumaticcraft.client.gui.pneumatic_armor.options.SpeedBoostOptions
- 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 TypeMethodDescriptionprotected net.minecraft.network.chat.Componentprotected net.minecraft.network.chat.Componentprotected StringThe NBT tag on the armor item under which this slider value should be saved.Methods inherited from class me.desht.pneumaticcraft.client.gui.pneumatic_armor.options.AbstractSliderOptions
getRange, getSliderPos, populateGui, tickMethods inherited from class me.desht.pneumaticcraft.api.client.pneumatic_helmet.IOptionPage.SimpleOptionPage
displaySettingsHeader, 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
-
Constructor Details
-
SpeedBoostOptions
-
-
Method Details
-
getTagName
Description copied from class:AbstractSliderOptionsThe NBT tag on the armor item under which this slider value should be saved. The item used is determined byAbstractSliderOptions.getSlot().- Specified by:
getTagNamein classAbstractSliderOptions<SpeedBoostClientHandler>
-
getPrefix
protected net.minecraft.network.chat.Component getPrefix()- Specified by:
getPrefixin classAbstractSliderOptions<SpeedBoostClientHandler>
-
getSuffix
protected net.minecraft.network.chat.Component getSuffix()- Specified by:
getSuffixin classAbstractSliderOptions<SpeedBoostClientHandler>
-