Uses of Class
me.nemo_64.betterinputs.api.input.AbstractInput
-
Packages that use AbstractInput Package Description me.nemo_64.betterinputs.api me.nemo_64.betterinputs.api.input -
-
Uses of AbstractInput in me.nemo_64.betterinputs.api
Methods in me.nemo_64.betterinputs.api that return types with arguments of type AbstractInput Modifier and Type Method Description abstract <T> Optional<InputFactory<T,? extends AbstractInput<T>>>BetterInputs. getInputFactory(String namespacedKey, Class<T> inputType)Gets a factory by key and input typeMethod parameters in me.nemo_64.betterinputs.api with type arguments of type AbstractInput Modifier and Type Method Description abstract <T> voidBetterInputs. registerInputFactory(InputFactory<T,? extends AbstractInput<T>> factory)Registers a new input factory -
Uses of AbstractInput in me.nemo_64.betterinputs.api.input
Classes in me.nemo_64.betterinputs.api.input with type parameters of type AbstractInput Modifier and Type Class Description classInputFactory<V,I extends AbstractInput<V>>Constructors in me.nemo_64.betterinputs.api.input with parameters of type AbstractInput Constructor Description InputProvider(IPlatformActor<?> actor, TickTimer timer, AbstractInput<V> input, Consumer<Throwable> exceptionHandler, BiConsumer<InputProvider<V>,String> cancelListener)
-