Interface CommandPostProcessor<S extends CommandSource>
- Type Parameters:
S- the command sender valueType
- All Superinterfaces:
CommandProcessor,Prioritizable
- All Known Implementing Classes:
CooldownProcessor
Defines a functional interface that processes a
CommandContext
AFTER the resolving of the arguments into values.-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ExecutionContext<S> context) Processes context AFTER the resolving operation.Methods inherited from interface studio.mevera.imperat.command.processors.CommandProcessor
getPriority
-
Method Details
-
process
Processes context AFTER the resolving operation.- Parameters:
context- the context- Throws:
CommandException- the exception to throw if something happens
-