Uses of Annotation Interface
tech.guilhermekaua.spigotboot.commands.annotations.Cooldown
Packages that use Cooldown
-
Uses of Cooldown in tech.guilhermekaua.spigotboot.commands.cooldown
Methods in tech.guilhermekaua.spigotboot.commands.cooldown with parameters of type CooldownModifier 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)