| Package | Description |
|---|---|
| com.sk89q.intake | |
| com.sk89q.intake.dispatcher | |
| com.sk89q.intake.parametric | |
| com.sk89q.intake.parametric.handler |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandCallable.call(String arguments,
Namespace namespace,
List<String> parentCommands)
Execute the command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleDispatcher.call(String arguments,
Namespace namespace,
List<String> parentCommands) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractParametricCallable.call(Object[] args)
Called with parsed arguments to execute the command.
|
boolean |
AbstractParametricCallable.call(String stringArguments,
Namespace namespace,
List<String> parentCommands) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionConverter.convert(Throwable t)
Attempt to convert the given throwable into a friendly
CommandException. |
void |
ExceptionConverterHelper.convert(Throwable t) |
Copyright © 2015. All Rights Reserved.