Package studio.mevera.imperat.context
Interface Context<S extends Source>
- Type Parameters:
S- the command sender valueType
- All Known Subinterfaces:
ExecutionContext<S>,SuggestionContext<S>
Represents the processes context of a command
entered by
Source-
Method Details
-
imperat
- Returns:
- imperat's instance
-
imperatConfig
ImperatConfig<S> imperatConfig()- Returns:
- the config for imperat
-
command
- Returns:
- The
Commandowning this context.
-
source
-
label
- Returns:
- the root command entered by the
Source
-
arguments
ArgumentInput arguments()- Returns:
- the arguments entered by the
Source - See Also:
-