Uses of Class
tech.guilhermekaua.spigotboot.commands.CommandExecutionDecision
Packages that use CommandExecutionDecision
Package
Description
-
Uses of CommandExecutionDecision in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands that return CommandExecutionDecisionModifier and TypeMethodDescriptiondefault CommandExecutionDecisionCommandAnnotationInterceptor.before(A annotation, CommandExecutionContext context, CommandInvocationPlan invocation) default CommandExecutionDecisionCommandInterceptor.before(CommandExecutionContext context, CommandInvocationPlan invocation) static CommandExecutionDecisionCommandExecutionDecision.continueExecution()static CommandExecutionDecisionCommandExecutionDecision.stopExecution() -
Uses of CommandExecutionDecision in tech.guilhermekaua.spigotboot.commands.cooldown
Methods in tech.guilhermekaua.spigotboot.commands.cooldown that return CommandExecutionDecisionModifier and TypeMethodDescriptionCommandCooldownInterceptor.before(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation) -
Uses of CommandExecutionDecision in tech.guilhermekaua.spigotboot.commands.interceptor
Methods in tech.guilhermekaua.spigotboot.commands.interceptor that return CommandExecutionDecisionModifier and TypeMethodDescriptionCommandInterceptorChain.ResolvedChain.before(CommandExecutionContext context, CommandInvocationPlan invocation)