Uses of Class
tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationExecutor
Packages that use CommandInvocationExecutor
Package
Description
-
Uses of CommandInvocationExecutor in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandInvocationExecutorModifier and TypeMethodDescriptionCommandsConfiguration.commandInvocationExecutor(CommandInterceptorChain commandInterceptorChain) -
Uses of CommandInvocationExecutor in tech.guilhermekaua.spigotboot.commands.execution
Constructors in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandInvocationExecutorModifierConstructorDescriptionCommandDispatcher(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.