Class IArmorUpgradeClientHandler.AbstractHandler<T extends IArmorUpgradeHandler<?>>
java.lang.Object
me.desht.pneumaticcraft.api.client.pneumatic_helmet.IArmorUpgradeClientHandler.AbstractHandler<T>
- All Implemented Interfaces:
IArmorUpgradeClientHandler<T>
- Direct Known Subclasses:
BlockTrackerClientHandler,CoordTrackClientHandler,CoreComponentsClientHandler,DroneDebugClientHandler,EntityTrackerClientHandler,HackClientHandler,IArmorUpgradeClientHandler.SimpleToggleableHandler,SearchClientHandler
- Enclosing interface:
- IArmorUpgradeClientHandler<T extends IArmorUpgradeHandler<?>>
public abstract static class IArmorUpgradeClientHandler.AbstractHandler<T extends IArmorUpgradeHandler<?>>
extends Object
implements IArmorUpgradeClientHandler<T>
Convenience class which allows a reference to the common upgrade handler to be passed in and retrieved.
-
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 TypeMethodDescriptionGet the common handler corresponding to this client handler.Methods 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, getGuiOptionsPage, getID, getInitialKeyBinding, getKeybindCategory, getSubKeybindCategory, getSubKeybinds, getTriggerKeyBinding, initConfig, isEnabledByDefault, isEnabledByDefault, isToggleable, onResolutionChanged, onTriggered, render2D, render3D, reset, saveToConfig, setOverlayColor, tickClient, tickClient
-
Constructor Details
-
AbstractHandler
-
-
Method Details
-
getCommonHandler
Description copied from interface:IArmorUpgradeClientHandlerGet the common handler corresponding to this client handler. There is always a one-to-one mapping between common and client handlers.- Specified by:
getCommonHandlerin interfaceIArmorUpgradeClientHandler<T extends IArmorUpgradeHandler<?>>
-