Package cloud.commandframework.execution.preprocessor
Command preprocessing system
-
Interface Summary Interface Description CommandPreprocessor<C> Command preprocessor that gets to act on command input before it's sent to the command parser. -
Class Summary Class Description AcceptingCommandPreprocessor<C> CommandPreprocessor
that does nothing besides indicating that the context has been properly processedCommandPreprocessingContext<C> Context forcommand preprocessors