Class AbstractUnique
- java.lang.Object
-
- me.nemo_64.betterinputs.api.util.registry.AbstractUnique
-
- All Implemented Interfaces:
IUnique
- Direct Known Subclasses:
InputFactory
public abstract class AbstractUnique extends Object implements IUnique
-
-
Constructor Summary
Constructors Constructor Description AbstractUnique(IPlatformKey key)
Creates a new unique object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPlatformKey
getKey()
Gets the key of this unique object
-
-
-
Constructor Detail
-
AbstractUnique
public AbstractUnique(IPlatformKey key) throws NullPointerException
Creates a new unique object- Parameters:
key
- the key of this object- Throws:
NullPointerException
- ifkey
isnull
-
-
Method Detail
-
getKey
public final IPlatformKey getKey()
Gets the key of this unique object
-
-