Uses of Enum Class
tech.guilhermekaua.spigotboot.commands.metadata.CommandMethodKind
Packages that use CommandMethodKind
Package
Description
-
Uses of CommandMethodKind in tech.guilhermekaua.spigotboot.commands.metadata
Methods in tech.guilhermekaua.spigotboot.commands.metadata that return CommandMethodKindModifier and TypeMethodDescriptionCommandMethodMetadata.getKind()static CommandMethodKindReturns the enum constant of this class with the specified name.static CommandMethodKind[]CommandMethodKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.guilhermekaua.spigotboot.commands.metadata with parameters of type CommandMethodKindModifierConstructorDescriptionCommandMethodMetadata(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) -
Uses of CommandMethodKind in tech.guilhermekaua.spigotboot.commands.route
Methods in tech.guilhermekaua.spigotboot.commands.route that return CommandMethodKindConstructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CommandMethodKindModifierConstructorDescriptionCompiledCommandRoute(CommandMethodKind kind, CommandPattern pattern, CommandInvocationPlan invocationPlan, String description, String usage, String permission)