Interface CommandPostProcessor<S extends Source>

Type Parameters:
S - the command sender valueType
All Superinterfaces:
CommandProcessor<S>

public interface CommandPostProcessor<S extends Source> extends CommandProcessor<S>
Defines a functional interface that processes a Context AFTER the resolving of the arguments into values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(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