Class FixedCommandCooldownPolicy
java.lang.Object
tech.guilhermekaua.spigotboot.commands.cooldown.FixedCommandCooldownPolicy
- All Implemented Interfaces:
CommandCooldownPolicy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation) voidvalidate(Cooldown annotation, Context context, CommandInvocationPlan invocation)
-
Constructor Details
-
FixedCommandCooldownPolicy
public FixedCommandCooldownPolicy()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceCommandCooldownPolicy
-
resolve
public Duration resolve(Cooldown annotation, CommandExecutionContext context, CommandInvocationPlan invocation) - Specified by:
resolvein interfaceCommandCooldownPolicy
-