Uses of Class
tech.guilhermekaua.spigotboot.commands.metadata.CommandAliasSet
Packages that use CommandAliasSet
Package
Description
-
Uses of CommandAliasSet in tech.guilhermekaua.spigotboot.commands.metadata
Methods in tech.guilhermekaua.spigotboot.commands.metadata that return CommandAliasSetModifier and TypeMethodDescriptionCommandMethodMetadata.getAliases()RootCommandMetadata.getAliases()static CommandAliasSetConstructors in tech.guilhermekaua.spigotboot.commands.metadata with parameters of type CommandAliasSetModifierConstructorDescriptionCommandMethodMetadata(Object handlerBean, Class<?> handlerType, Method method, CommandMethodKind kind, CommandAliasSet aliases, String description, String usage, String permission, List<String> completionIds, List<CommandInterceptorAnnotationBinding> interceptorBindings, List<CommandParameterMetadata> parameters) RootCommandMetadata(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CommandMethodMetadata> methods) -
Uses of CommandAliasSet in tech.guilhermekaua.spigotboot.commands.route
Methods in tech.guilhermekaua.spigotboot.commands.route that return CommandAliasSetConstructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CommandAliasSetModifierConstructorDescriptionCompiledRootCommand(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CompiledCommandRoute> routes, CompiledCommandRoute defaultRoute, CompiledCommandRoute unknownRoute)