Uses of Class
me.nemo_64.betterinputs.api.util.argument.NotEnoughArgumentsException
-
Packages that use NotEnoughArgumentsException Package Description me.nemo_64.betterinputs.api me.nemo_64.betterinputs.api.input me.nemo_64.betterinputs.api.util.argument -
-
Uses of NotEnoughArgumentsException in me.nemo_64.betterinputs.api
Methods in me.nemo_64.betterinputs.api that throw NotEnoughArgumentsException Modifier and Type Method Description <T> InputProvider<T>BetterInputs. createProvider(InputBuilder<T> builder)Creates a new input provider based on thebuilder -
Uses of NotEnoughArgumentsException in me.nemo_64.betterinputs.api.input
Methods in me.nemo_64.betterinputs.api.input that throw NotEnoughArgumentsException Modifier and Type Method Description IInputFactory. build(IPlatformActor<?> actor, ArgumentMap map)Creates a new input provider typeInputProvider<T>InputBuilder. provide()Creates a new input provider based on this builder -
Uses of NotEnoughArgumentsException in me.nemo_64.betterinputs.api.util.argument
Methods in me.nemo_64.betterinputs.api.util.argument that throw NotEnoughArgumentsException Modifier and Type Method Description voidArgumentMap. throwIfMissing()
-