Uses of Class
tech.guilhermekaua.spigotboot.commands.binding.CommandParameterBinder
Packages that use CommandParameterBinder
-
Uses of CommandParameterBinder in tech.guilhermekaua.spigotboot.commands.execution
Constructors in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandParameterBinderModifierConstructorDescriptionCommandDispatcher(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.