Class CooldownProcessor<S extends CommandSource>
java.lang.Object
studio.mevera.imperat.command.processors.impl.CooldownProcessor<S>
- All Implemented Interfaces:
CommandPostProcessor<S>,CommandProcessor,Prioritizable
public final class CooldownProcessor<S extends CommandSource>
extends Object
implements CommandPostProcessor<S>
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ExecutionContext<S> context) Processes context BEFORE the resolving operation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.mevera.imperat.command.processors.CommandProcessor
getPriority
-
Method Details
-
process
Processes context BEFORE the resolving operation.- Specified by:
processin interfaceCommandPostProcessor<S extends CommandSource>- Parameters:
context- the context- Throws:
CommandException- the exception to throw if something happens
-