Uses of Class
tech.guilhermekaua.spigotboot.commands.message.CommandMessagesProvider
Packages that use CommandMessagesProvider
Package
Description
-
Uses of CommandMessagesProvider in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandMessagesProviderModifier and TypeMethodDescriptionCommandsConfiguration.commandMessagesProvider(DefaultCommandMessages defaultCommandMessages) -
Uses of CommandMessagesProvider in tech.guilhermekaua.spigotboot.commands.cooldown
Constructors in tech.guilhermekaua.spigotboot.commands.cooldown with parameters of type CommandMessagesProviderModifierConstructorDescriptionCommandCooldownInterceptor(CooldownManager cooldownManager, CommandMessagesProvider commandMessagesProvider) -
Uses of CommandMessagesProvider in tech.guilhermekaua.spigotboot.commands.execution
Constructors in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandMessagesProviderModifierConstructorDescriptionCommandDispatcher(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.