Interface CommandPostProcessor<S extends CommandSource>

Type Parameters:
S - the command sender valueType
All Superinterfaces:
CommandProcessor, Prioritizable
All Known Implementing Classes:
CooldownProcessor

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

    Modifier and Type
    Method
    Description
    void
    Processes context AFTER the resolving operation.

    Methods inherited from interface studio.mevera.imperat.command.processors.CommandProcessor

    getPriority
  • Method Details