Uses of Class
tech.guilhermekaua.spigotboot.commands.interceptor.CommandInterceptorChain.ResolvedChain
Packages that use CommandInterceptorChain.ResolvedChain
Package
Description
-
Uses of CommandInterceptorChain.ResolvedChain in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandInterceptorChain.ResolvedChainModifier and TypeMethodDescriptionCommandInvocationExecutor.execute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments, CommandInterceptorChain.ResolvedChain resolvedChain) -
Uses of CommandInterceptorChain.ResolvedChain in tech.guilhermekaua.spigotboot.commands.interceptor
Methods in tech.guilhermekaua.spigotboot.commands.interceptor that return CommandInterceptorChain.ResolvedChainModifier and TypeMethodDescriptionCommandInterceptorChain.resolve(CommandExecutionContext context, CommandInvocationPlan invocation)