Uses of Interface
me.nemo_64.betterinputs.api.platform.IPlatformKey
-
Packages that use IPlatformKey Package Description me.nemo_64.betterinputs.api me.nemo_64.betterinputs.api.input me.nemo_64.betterinputs.api.platform me.nemo_64.betterinputs.api.util.registry -
-
Uses of IPlatformKey in me.nemo_64.betterinputs.api
Methods in me.nemo_64.betterinputs.api with parameters of type IPlatformKey Modifier and Type Method Description abstract booleanBetterInputs. unregisterInputFactory(IPlatformKey platformKey)Unregisters a input factory based on the provided key -
Uses of IPlatformKey in me.nemo_64.betterinputs.api.input
Constructors in me.nemo_64.betterinputs.api.input with parameters of type IPlatformKey Constructor Description InputFactory(IPlatformKey key, Class<V> inputType)Creates a new input factory -
Uses of IPlatformKey in me.nemo_64.betterinputs.api.platform
Methods in me.nemo_64.betterinputs.api.platform that return IPlatformKey Modifier and Type Method Description IPlatformKeyIPlatformKeyProvider. getKey(String key)Gets or creates a platform key based on the provided keyMethods in me.nemo_64.betterinputs.api.platform with parameters of type IPlatformKey Modifier and Type Method Description default booleanIPlatformKey. equals(IPlatformKey key) -
Uses of IPlatformKey in me.nemo_64.betterinputs.api.util.registry
Methods in me.nemo_64.betterinputs.api.util.registry that return IPlatformKey Modifier and Type Method Description IPlatformKeyAbstractUnique. getKey()Gets the key of this unique objectIPlatformKeyIUnique. getKey()Gets the key of this unique objectConstructors in me.nemo_64.betterinputs.api.util.registry with parameters of type IPlatformKey Constructor Description AbstractUnique(IPlatformKey key)Creates a new unique object
-