Uses of Class
me.nemo_64.betterinputs.api.util.tick.TickTimer
-
Packages that use TickTimer Package Description me.nemo_64.betterinputs.api.input me.nemo_64.betterinputs.api.util.tick -
-
Uses of TickTimer in me.nemo_64.betterinputs.api.input
Constructors in me.nemo_64.betterinputs.api.input with parameters of type TickTimer Constructor Description InputProvider(IPlatformActor<?> actor, TickTimer timer, AbstractInput<V> input, Consumer<Throwable> exceptionHandler, BiConsumer<InputProvider<V>,String> cancelListener)
-
Uses of TickTimer in me.nemo_64.betterinputs.api.util.tick
Methods in me.nemo_64.betterinputs.api.util.tick that return TickTimer Modifier and Type Method Description TickTimer
TickTimer. addAction(Runnable action)
TickTimer
TickTimer. removeAction(Runnable action)
Method parameters in me.nemo_64.betterinputs.api.util.tick with type arguments of type TickTimer Modifier and Type Method Description void
TickTimer. setExceptionHandler(BiConsumer<TickTimer,Throwable> exceptionHandler)
-