Class CommandPreprocessingContext<C>
java.lang.Object
cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>
- Type Parameters:
C- Command sender type
Context for
command preprocessors-
Constructor Summary
ConstructorsConstructorDescriptionCommandPreprocessingContext(@NonNull CommandContext<C> commandContext, @NonNull LinkedList<@NonNull String> inputQueue) Construct a new command preprocessing context -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull CommandContext<C>Get the command context@NonNull LinkedList<@NonNull String>Get the original input queue.inthashCode()
-
Constructor Details
-
CommandPreprocessingContext
public CommandPreprocessingContext(@NonNull CommandContext<C> commandContext, @NonNull LinkedList<@NonNull String> inputQueue) Construct a new command preprocessing context- Parameters:
commandContext- Command contextinputQueue- Command input as supplied by sender
-
-
Method Details