| Package | Description |
|---|---|
| co.aikar.commands |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,RootCommand> |
CommandManager.rootCommands |
| Modifier and Type | Method and Description |
|---|---|
abstract RootCommand |
CommandManager.createRootCommand(String cmd) |
RootCommand |
CommandManager.getRootCommand(@NotNull String cmd) |
RootCommand |
CommandManager.obtainRootCommand(@NotNull String cmd) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<RootCommand> |
CommandManager.getRegisteredRootCommands() |
| Modifier and Type | Method and Description |
|---|---|
CommandHelp |
CommandManager.generateCommandHelp(CommandIssuer issuer,
RootCommand rootCommand)
Deprecated.
Unstable API
|
| Constructor and Description |
|---|
CommandHelp(CommandManager manager,
RootCommand rootCommand,
CommandIssuer issuer) |
Copyright © 2019. All rights reserved.