Uses of Interface
tech.guilhermekaua.spigotboot.commands.CommandCompletionRegistry
Packages that use CommandCompletionRegistry
Package
Description
-
Uses of CommandCompletionRegistry in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandCompletionRegistryModifier and TypeMethodDescriptionvoidCommandCompletionRegistryCustomizer.customize(CommandCompletionRegistry registry) -
Uses of CommandCompletionRegistry in tech.guilhermekaua.spigotboot.commands.completion
Classes in tech.guilhermekaua.spigotboot.commands.completion that implement CommandCompletionRegistryConstructors in tech.guilhermekaua.spigotboot.commands.completion with parameters of type CommandCompletionRegistryModifierConstructorDescriptionCompletionResolver(CommandCompletionRegistry completionRegistry, CommandArgumentResolverRegistry argumentResolverRegistry) -
Uses of CommandCompletionRegistry in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandCompletionRegistryModifier and TypeMethodDescriptionCommandsConfiguration.commandCompletionRegistry(List<CommandCompletionRegistryCustomizer> customizers) Methods in tech.guilhermekaua.spigotboot.commands.configuration with parameters of type CommandCompletionRegistryModifier and TypeMethodDescriptionCommandsConfiguration.completionResolver(CommandCompletionRegistry commandCompletionRegistry, CommandArgumentResolverRegistry commandArgumentResolverRegistry)