Uses of Class
tech.guilhermekaua.spigotboot.commands.route.CompiledRootCommand
Packages that use CompiledRootCommand
Package
Description
-
Uses of CompiledRootCommand in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands that return types with arguments of type CompiledRootCommandModifier and TypeMethodDescription -
Uses of CompiledRootCommand in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CompiledRootCommandModifier and TypeMethodDescriptionbooleanCommandDispatcher.canUseAnyRoute(CompiledRootCommand root, CommandSenderHandle sender) Returns whether the sender can use at least one route of the given root command — either the default handler or any subcommand route whose@Permissionthe sender satisfies (a route with no permission is always usable).CommandDispatcher.complete(Context context, CompiledRootCommand root, CommandSenderHandle sender, String label, String[] args) booleanCommandDispatcher.dispatch(Context context, CompiledRootCommand root, CommandSenderHandle sender, String label, String[] args) -
Uses of CompiledRootCommand in tech.guilhermekaua.spigotboot.commands.interceptor
Method parameters in tech.guilhermekaua.spigotboot.commands.interceptor with type arguments of type CompiledRootCommandModifier and TypeMethodDescriptionvoidCommandInterceptorChain.validate(Context context, Collection<CompiledRootCommand> roots) -
Uses of CompiledRootCommand in tech.guilhermekaua.spigotboot.commands.route
Methods in tech.guilhermekaua.spigotboot.commands.route that return CompiledRootCommandModifier and TypeMethodDescriptionCommandRouteFactory.create(RootCommandMetadata handler) CommandRouteFactory.create(Context context, RootCommandMetadata handler) Methods in tech.guilhermekaua.spigotboot.commands.route that return types with arguments of type CompiledRootCommandModifier and TypeMethodDescriptionCommandRouteFactory.create(List<RootCommandMetadata> handlers) CommandRouteFactory.create(Context context, List<RootCommandMetadata> handlers) Method parameters in tech.guilhermekaua.spigotboot.commands.route with type arguments of type CompiledRootCommandModifier and TypeMethodDescriptionvoidCommandRouteValidator.validate(List<CompiledRootCommand> roots)