Uses of Class
tech.guilhermekaua.spigotboot.commands.metadata.CommandParameterMetadata
Packages that use CommandParameterMetadata
Package
Description
-
Uses of CommandParameterMetadata in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandParameterMetadataModifier and TypeMethodDescriptionCommandCompletionProvider.complete(CommandExecutionContext context, CommandParameterMetadata parameter, String input) CommandMessages.invalidArgumentValue(CommandExecutionContext context, CommandParameterMetadata parameter, String input) CommandMessages.missingRequiredArgument(CommandExecutionContext context, CommandParameterMetadata parameter) CommandArgumentResolver.resolve(CommandExecutionContext context, CommandParameterMetadata parameter, String input) CommandArgumentResolverRegistry.resolve(CommandParameterMetadata parameter) booleanCommandArgumentResolver.supports(CommandParameterMetadata parameter) -
Uses of CommandParameterMetadata in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding that return CommandParameterMetadataModifier and TypeMethodDescriptionCommandParameterBinding.getMetadata()CommandBindingException.getParameter()Methods in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandParameterMetadataModifier and TypeMethodDescriptionstatic CommandBindingExceptionCommandBindingException.invalid(CommandParameterMetadata parameter, String input, Throwable cause) static CommandBindingExceptionCommandBindingException.missing(CommandParameterMetadata parameter) static CommandBindingExceptionCommandBindingException.missingResolver(CommandParameterMetadata parameter) static CommandBindingExceptionCommandBindingException.senderMismatch(CommandParameterMetadata parameter, Class<?> expectedSenderType) Constructors in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandParameterMetadataModifierConstructorDescriptionCommandParameterBinding(CommandParameterMetadata metadata, CommandParameterRole role, String tokenName, boolean optional, boolean greedy, String completionId) -
Uses of CommandParameterMetadata in tech.guilhermekaua.spigotboot.commands.message
Methods in tech.guilhermekaua.spigotboot.commands.message with parameters of type CommandParameterMetadataModifier and TypeMethodDescriptionDefaultCommandMessages.invalidArgumentValue(CommandExecutionContext context, CommandParameterMetadata parameter, String input) DefaultCommandMessages.missingRequiredArgument(CommandExecutionContext context, CommandParameterMetadata parameter) -
Uses of CommandParameterMetadata in tech.guilhermekaua.spigotboot.commands.metadata
Methods in tech.guilhermekaua.spigotboot.commands.metadata that return types with arguments of type CommandParameterMetadata -
Uses of CommandParameterMetadata in tech.guilhermekaua.spigotboot.commands.resolve
Methods in tech.guilhermekaua.spigotboot.commands.resolve with parameters of type CommandParameterMetadataModifier and TypeMethodDescriptionDefaultCommandArgumentResolverRegistry.resolve(CommandParameterMetadata parameter)