Uses of Class
tech.guilhermekaua.spigotboot.commands.CommandTextResolverChain
Packages that use CommandTextResolverChain
Package
Description
-
Uses of CommandTextResolverChain in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands that return CommandTextResolverChainModifier and TypeMethodDescriptionstatic CommandTextResolverChainCommandTextResolverChain.empty() -
Uses of CommandTextResolverChain in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandTextResolverChainModifier and TypeMethodDescriptionCommandsConfiguration.commandTextResolverChain(List<CommandTextResolver> resolvers) -
Uses of CommandTextResolverChain in tech.guilhermekaua.spigotboot.commands.route
Constructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CommandTextResolverChainModifierConstructorDescriptionCommandRouteFactory(CommandPatternParser patternParser, CommandReplacementRegistry replacementRegistry, CommandTextResolverChain commandTextResolverChain, CommandInvocationFactory invocationFactory)