Uses of Class
tech.guilhermekaua.spigotboot.commands.binding.CommandParameterBinding
Packages that use CommandParameterBinding
Package
Description
-
Uses of CommandParameterBinding in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding that return CommandParameterBindingMethods in tech.guilhermekaua.spigotboot.commands.binding that return types with arguments of type CommandParameterBindingModifier and TypeMethodDescriptionCommandParameterRoleResolver.resolve(CommandMethodMetadata method, CommandPattern pattern) -
Uses of CommandParameterBinding in tech.guilhermekaua.spigotboot.commands.completion
Methods in tech.guilhermekaua.spigotboot.commands.completion with parameters of type CommandParameterBindingModifier and TypeMethodDescriptionCompletionResolver.resolve(CommandExecutionContext context, CommandParameterBinding binding, String input) -
Uses of CommandParameterBinding in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution that return CommandParameterBindingMethods in tech.guilhermekaua.spigotboot.commands.execution that return types with arguments of type CommandParameterBindingConstructor parameters in tech.guilhermekaua.spigotboot.commands.execution with type arguments of type CommandParameterBindingModifierConstructorDescriptionCommandInvocationPlan(Object handlerBean, Method method, List<CommandParameterBinding> bindings, List<CommandInterceptorAnnotationBinding> interceptorBindings)