Uses of Class
tech.guilhermekaua.spigotboot.commands.completion.CompletionResolver
Packages that use CompletionResolver
Package
Description
-
Uses of CompletionResolver in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CompletionResolverModifier and TypeMethodDescriptionCommandsConfiguration.completionResolver(CommandCompletionRegistry commandCompletionRegistry, CommandArgumentResolverRegistry commandArgumentResolverRegistry) -
Uses of CompletionResolver in tech.guilhermekaua.spigotboot.commands.execution
Constructors in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CompletionResolverModifierConstructorDescriptionCommandDispatcher(CommandParameterBinder parameterBinder, CommandInvocationExecutor invocationExecutor, CommandMessagesProvider messagesProvider, CompletionResolver completionResolver) Creates a dispatcher with an empty interceptor chain and the default keyed-message renderer.CommandDispatcher(CommandParameterBinder parameterBinder, CommandInvocationExecutor invocationExecutor, CommandMessagesProvider messagesProvider, CompletionResolver completionResolver, CommandInterceptorChain interceptorChain) Creates a dispatcher with the given interceptor chain and the default keyed-message renderer.CommandDispatcher(CommandParameterBinder parameterBinder, CommandInvocationExecutor invocationExecutor, CommandMessagesProvider messagesProvider, CompletionResolver completionResolver, CommandInterceptorChain interceptorChain, CommandMessageRenderer messageRenderer) Creates a dispatcher with all collaborators supplied explicitly.