Uses of Interface
tech.guilhermekaua.spigotboot.commands.CommandReplacementRegistry
Packages that use CommandReplacementRegistry
Package
Description
-
Uses of CommandReplacementRegistry in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandReplacementRegistryModifier and TypeMethodDescriptionvoidCommandReplacementRegistryCustomizer.customize(CommandReplacementRegistry registry) -
Uses of CommandReplacementRegistry in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandReplacementRegistryModifier and TypeMethodDescriptionCommandsConfiguration.commandReplacementRegistry(List<CommandReplacementRegistryCustomizer> customizers) -
Uses of CommandReplacementRegistry in tech.guilhermekaua.spigotboot.commands.replace
Classes in tech.guilhermekaua.spigotboot.commands.replace that implement CommandReplacementRegistry -
Uses of CommandReplacementRegistry in tech.guilhermekaua.spigotboot.commands.route
Constructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CommandReplacementRegistryModifierConstructorDescriptionCommandRouteFactory(CommandPatternParser patternParser, CommandReplacementRegistry replacementRegistry, CommandTextResolverChain commandTextResolverChain, CommandInvocationFactory invocationFactory) CommandRouteFactory(CommandPatternParser patternParser, CommandReplacementRegistry replacementRegistry, CommandInvocationFactory invocationFactory)