Class FallProtectionClientHandler
java.lang.Object
me.desht.pneumaticcraft.api.client.pneumatic_helmet.IArmorUpgradeClientHandler.AbstractHandler<T>
me.desht.pneumaticcraft.api.client.pneumatic_helmet.IArmorUpgradeClientHandler.SimpleToggleableHandler<FallProtectionHandler>
me.desht.pneumaticcraft.client.pneumatic_armor.upgrade_handler.FallProtectionClientHandler
- All Implemented Interfaces:
IArmorUpgradeClientHandler<FallProtectionHandler>
public class FallProtectionClientHandler
extends IArmorUpgradeClientHandler.SimpleToggleableHandler<FallProtectionHandler>
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.desht.pneumaticcraft.api.client.pneumatic_helmet.IArmorUpgradeClientHandler
IArmorUpgradeClientHandler.AbstractHandler<T extends IArmorUpgradeHandler<?>>, IArmorUpgradeClientHandler.SimpleToggleableHandler<T extends IArmorUpgradeHandler<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs this upgrade enabled by default, i.e.Methods inherited from class me.desht.pneumaticcraft.api.client.pneumatic_helmet.IArmorUpgradeClientHandler.SimpleToggleableHandler
getGuiOptionsPage, render2D, render3D, reset, tickClientMethods inherited from class me.desht.pneumaticcraft.api.client.pneumatic_helmet.IArmorUpgradeClientHandler.AbstractHandler
getCommonHandlerMethods 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.IArmorUpgradeClientHandler
getAnimatedStat, getDefaultStatLayout, getID, getInitialKeyBinding, getKeybindCategory, getSubKeybindCategory, getSubKeybinds, getTriggerKeyBinding, initConfig, isEnabledByDefault, isToggleable, onResolutionChanged, onTriggered, saveToConfig, setOverlayColor
-
Constructor Details
-
FallProtectionClientHandler
public FallProtectionClientHandler()
-
-
Method Details
-
isEnabledByDefault
public boolean isEnabledByDefault()Description copied from interface:IArmorUpgradeClientHandlerIs this upgrade enabled by default, i.e. when the player first equips the armor and there's no value saved in ArmorFeatureStatus.json?- Returns:
- whether the upgrade should be enabled by default
-