Uses of Class
tech.guilhermekaua.spigotboot.commands.route.CompiledCommandRoute
Packages that use CompiledCommandRoute
-
Uses of CompiledCommandRoute in tech.guilhermekaua.spigotboot.commands.route
Methods in tech.guilhermekaua.spigotboot.commands.route that return CompiledCommandRouteModifier and TypeMethodDescriptionCompiledRootCommand.getDefaultRoute()CompiledRootCommand.getUnknownRoute()Methods in tech.guilhermekaua.spigotboot.commands.route that return types with arguments of type CompiledCommandRouteConstructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CompiledCommandRouteModifierConstructorDescriptionCompiledRootCommand(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CompiledCommandRoute> routes, CompiledCommandRoute defaultRoute, CompiledCommandRoute unknownRoute) Constructor parameters in tech.guilhermekaua.spigotboot.commands.route with type arguments of type CompiledCommandRouteModifierConstructorDescriptionCompiledRootCommand(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CompiledCommandRoute> routes, CompiledCommandRoute defaultRoute, CompiledCommandRoute unknownRoute)