Uses of Class
tech.guilhermekaua.spigotboot.commands.parse.CommandPattern
Packages that use CommandPattern
Package
Description
-
Uses of CommandPattern in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandPatternModifier and TypeMethodDescriptionCommandParameterRoleResolver.resolve(CommandMethodMetadata method, CommandPattern pattern) -
Uses of CommandPattern in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandPatternModifier and TypeMethodDescriptionCommandInvocationFactory.create(CommandMethodMetadata methodMetadata, CommandPattern pattern) -
Uses of CommandPattern in tech.guilhermekaua.spigotboot.commands.parse
Methods in tech.guilhermekaua.spigotboot.commands.parse that return CommandPattern -
Uses of CommandPattern in tech.guilhermekaua.spigotboot.commands.route
Methods in tech.guilhermekaua.spigotboot.commands.route that return CommandPatternConstructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CommandPatternModifierConstructorDescriptionCompiledCommandRoute(CommandMethodKind kind, CommandPattern pattern, CommandInvocationPlan invocationPlan, String description, String usage, String permission)