Interface CommandPostProcessor<S extends Source>
- Type Parameters:
S- the command sender valueType
- All Superinterfaces:
CommandProcessor<S>
Defines a functional interface that processes a
Context
AFTER the resolving of the arguments into values.-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(Imperat<S> imperat, ExecutionContext<S> context) Processes context AFTER the resolving operation.Methods inherited from interface studio.mevera.imperat.command.processors.CommandProcessor
priority
-
Method Details
-
process
Processes context AFTER the resolving operation.- Parameters:
imperat- the apicontext- the context- Throws:
ImperatException- the exception to throw if something happens
-