Uses of Interface
me.nemo_64.betterinputs.api.platform.IPlatformActor
-
Packages that use IPlatformActor Package Description me.nemo_64.betterinputs.api me.nemo_64.betterinputs.api.input me.nemo_64.betterinputs.api.input.modifier me.nemo_64.betterinputs.api.platform -
-
Uses of IPlatformActor in me.nemo_64.betterinputs.api
Methods in me.nemo_64.betterinputs.api that return types with arguments of type IPlatformActor Modifier and Type Method Description abstract <E> Optional<IPlatformActor<E>>BetterInputs. getActor(E actor)Gets a wrapped instance of the provided actor -
Uses of IPlatformActor in me.nemo_64.betterinputs.api.input
Methods in me.nemo_64.betterinputs.api.input that return IPlatformActor Modifier and Type Method Description IPlatformActor<?>InputBuilder. actor()Gets the wrapped owning actorIPlatformActor<?>InputProvider. getActor()Gets the wrapped owning actorMethods in me.nemo_64.betterinputs.api.input with parameters of type IPlatformActor Modifier and Type Method Description IInputFactory. build(IPlatformActor<?> actor, ArgumentMap map)Creates a new input provider typeConstructors in me.nemo_64.betterinputs.api.input with parameters of type IPlatformActor Constructor Description InputProvider(IPlatformActor<?> actor, TickTimer timer, AbstractInput<V> input, Consumer<Throwable> exceptionHandler, BiConsumer<InputProvider<V>,String> cancelListener) -
Uses of IPlatformActor in me.nemo_64.betterinputs.api.input.modifier
Methods in me.nemo_64.betterinputs.api.input.modifier with parameters of type IPlatformActor Modifier and Type Method Description voidAttemptModifier. sendMessage(IPlatformActor<?> actor)Sends a "try again" message to theactorConstructor parameters in me.nemo_64.betterinputs.api.input.modifier with type arguments of type IPlatformActor Constructor Description AttemptModifier(int attempts, Predicate<T> validator, Consumer<IPlatformActor<?>> messageSupplier)Creates a newAttemptModifier -
Uses of IPlatformActor in me.nemo_64.betterinputs.api.platform
Classes in me.nemo_64.betterinputs.api.platform that implement IPlatformActor Modifier and Type Class Description classInvalidActor<H>Methods in me.nemo_64.betterinputs.api.platform that return IPlatformActor Modifier and Type Method Description <P> IPlatformActor<P>InvalidActor. as(Class<P> clazz)<P> IPlatformActor<P>IPlatformActor. as(Class<P> clazz)Tries to cast this actor to the specified handle typestatic <E> IPlatformActor<E>InvalidActor. get()
-