Uses of Class
tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationPlan
Packages that use CommandInvocationPlan
Package
Description
-
Uses of CommandInvocationPlan in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandInvocationPlanModifier and TypeMethodDescriptiondefault voidCommandAnnotationInterceptor.after(A annotation, CommandExecutionContext context, CommandInvocationPlan invocation, Object result) default voidCommandInterceptor.after(CommandExecutionContext context, CommandInvocationPlan invocation, Object result) default CommandExecutionDecisionCommandAnnotationInterceptor.before(A annotation, CommandExecutionContext context, CommandInvocationPlan invocation) default CommandExecutionDecisionCommandInterceptor.before(CommandExecutionContext context, CommandInvocationPlan invocation) default voidCommandAnnotationInterceptor.onError(A annotation, CommandExecutionContext context, CommandInvocationPlan invocation, Throwable throwable) default voidCommandInterceptor.onError(CommandExecutionContext context, CommandInvocationPlan invocation, Throwable throwable) default voidCommandAnnotationInterceptor.validate(A annotation, Context context, CommandInvocationPlan invocation) -
Uses of CommandInvocationPlan in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandInvocationPlanModifier and TypeMethodDescriptionObject[]CommandParameterBinder.bind(CommandExecutionContext context, CommandInvocationPlan plan, Map<String, String> parsedArguments) -
Uses of CommandInvocationPlan in tech.guilhermekaua.spigotboot.commands.cooldown
Methods in tech.guilhermekaua.spigotboot.commands.cooldown with parameters of type CommandInvocationPlanModifier and TypeMethodDescriptionvoidCommandCooldownInterceptor.after(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation, Object result) CommandCooldownInterceptor.before(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation) voidCommandCooldownInterceptor.onError(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation, Throwable throwable) CommandCooldownPolicy.resolve(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation) FixedCommandCooldownPolicy.resolve(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation) voidCommandCooldownInterceptor.validate(Cooldown annotation, Context context, CommandInvocationPlan invocation) default voidCommandCooldownPolicy.validate(Cooldown annotation, Context context, CommandInvocationPlan invocation) voidFixedCommandCooldownPolicy.validate(Cooldown annotation, Context context, CommandInvocationPlan invocation) -
Uses of CommandInvocationPlan in tech.guilhermekaua.spigotboot.commands.execution
Methods in tech.guilhermekaua.spigotboot.commands.execution that return CommandInvocationPlanModifier and TypeMethodDescriptionCommandInvocationFactory.create(CommandMethodMetadata methodMetadata, CommandPattern pattern) Methods in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandInvocationPlanModifier and TypeMethodDescriptionCommandInvocationExecutor.execute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments) CommandInvocationExecutor.execute(CommandExecutionContext context, CommandInvocationPlan plan, Object[] arguments, CommandInterceptorChain.ResolvedChain resolvedChain) -
Uses of CommandInvocationPlan in tech.guilhermekaua.spigotboot.commands.interceptor
Methods in tech.guilhermekaua.spigotboot.commands.interceptor with parameters of type CommandInvocationPlanModifier and TypeMethodDescriptionvoidCommandInterceptorChain.ResolvedChain.after(CommandExecutionContext context, CommandInvocationPlan invocation, Object result) CommandInterceptorChain.ResolvedChain.before(CommandExecutionContext context, CommandInvocationPlan invocation) voidCommandInterceptorChain.ResolvedChain.onError(CommandExecutionContext context, CommandInvocationPlan invocation, Throwable throwable) CommandInterceptorChain.resolve(CommandExecutionContext context, CommandInvocationPlan invocation) -
Uses of CommandInvocationPlan in tech.guilhermekaua.spigotboot.commands.route
Methods in tech.guilhermekaua.spigotboot.commands.route that return CommandInvocationPlanConstructors in tech.guilhermekaua.spigotboot.commands.route with parameters of type CommandInvocationPlanModifierConstructorDescriptionCompiledCommandRoute(CommandMethodKind kind, CommandPattern pattern, CommandInvocationPlan invocationPlan, String description, String usage, String permission)