| Package | Description |
|---|---|
| co.aikar.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingCommand |
| Modifier and Type | Method and Description |
|---|---|
BaseCommand |
CommandOperationContext.getCommand() |
BaseCommand |
BaseCommand.setExceptionHandler(ExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
CommandOperationContext |
CommandManager.createCommandOperationContext(BaseCommand command,
CommandIssuer issuer,
String commandLabel,
String[] args) |
RegisteredCommand |
CommandManager.createRegisteredCommand(BaseCommand command,
String cmdName,
Method method,
String prefSubCommand) |
boolean |
ExceptionHandler.execute(BaseCommand command,
RegisteredCommand registeredCommand,
CommandIssuer sender,
List<String> args,
Throwable t)
Called when an exception occurs while executing a command
If an exception handler properly handles an exception, the user will not be noticied by the framework that something went unexceptected. |
protected boolean |
CommandManager.handleUncaughtException(BaseCommand scope,
RegisteredCommand registeredCommand,
CommandIssuer sender,
List<String> args,
Throwable t) |
abstract void |
CommandManager.registerCommand(BaseCommand command)
Registers a command with ACF
|
Copyright © 2017. All rights reserved.