Interface ArgumentHandler<S extends CommandSource>
- All Known Implementing Classes:
OptionalArgumentHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(TreeExecutionResult<S> result, ExecutionContext<S> context, Cursor<S> stream)
-
Method Details
-
handle
void handle(TreeExecutionResult<S> result, ExecutionContext<S> context, Cursor<S> stream) throws CommandException - Throws:
CommandException
-