Uses of Interface
tech.guilhermekaua.spigotboot.commands.CommandArgumentResolverRegistry
Packages that use CommandArgumentResolverRegistry
Package
Description
-
Uses of CommandArgumentResolverRegistry in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandArgumentResolverRegistryModifier and TypeMethodDescriptionvoidCommandArgumentResolverRegistryCustomizer.customize(CommandArgumentResolverRegistry registry) -
Uses of CommandArgumentResolverRegistry in tech.guilhermekaua.spigotboot.commands.binding
Constructors in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandArgumentResolverRegistryModifierConstructorDescriptionCommandParameterBinder(CommandArgumentResolverRegistry resolverRegistry) -
Uses of CommandArgumentResolverRegistry in tech.guilhermekaua.spigotboot.commands.completion
Constructors in tech.guilhermekaua.spigotboot.commands.completion with parameters of type CommandArgumentResolverRegistryModifierConstructorDescriptionCompletionResolver(CommandCompletionRegistry completionRegistry, CommandArgumentResolverRegistry argumentResolverRegistry) -
Uses of CommandArgumentResolverRegistry in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandArgumentResolverRegistryModifier and TypeMethodDescriptionCommandsConfiguration.commandArgumentResolverRegistry(List<CommandArgumentResolver<?>> customResolvers, List<CommandArgumentResolverRegistryCustomizer> customizers) Methods in tech.guilhermekaua.spigotboot.commands.configuration with parameters of type CommandArgumentResolverRegistryModifier and TypeMethodDescriptionCommandsConfiguration.commandMessageCatalog(CommandArgumentResolverRegistry commandArgumentResolverRegistry) CommandsConfiguration.completionResolver(CommandCompletionRegistry commandCompletionRegistry, CommandArgumentResolverRegistry commandArgumentResolverRegistry) -
Uses of CommandArgumentResolverRegistry in tech.guilhermekaua.spigotboot.commands.message
Constructors in tech.guilhermekaua.spigotboot.commands.message with parameters of type CommandArgumentResolverRegistryModifierConstructorDescriptionCreates a catalog from the keys declared by the currently registered argument resolvers. -
Uses of CommandArgumentResolverRegistry in tech.guilhermekaua.spigotboot.commands.resolve
Classes in tech.guilhermekaua.spigotboot.commands.resolve that implement CommandArgumentResolverRegistry