| Package | Description |
|---|---|
| co.aikar.commands |
| Modifier and Type | Method and Description |
|---|---|
CommandHelp |
CommandManager.generateCommandHelp()
Deprecated.
Unstable API
|
CommandHelp |
CommandManager.generateCommandHelp(CommandIssuer issuer,
co.aikar.commands.RootCommand rootCommand)
Deprecated.
Unstable API
|
CommandHelp |
CommandManager.generateCommandHelp(CommandIssuer issuer,
@NotNull String command)
Deprecated.
Unstable API
|
CommandHelp |
CommandManager.generateCommandHelp(@NotNull String command)
Deprecated.
Unstable API
|
CommandHelp |
BaseCommand.getCommandHelp()
Deprecated.
Unstable API
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
CommandHelpFormatter.getEntryFormatReplacements(CommandHelp help,
HelpEntry entry)
Override this to control replacements
|
String[] |
CommandHelpFormatter.getHeaderFooterFormatReplacements(CommandHelp help)
Override this to control replacements
|
@NotNull String[] |
CommandHelpFormatter.getParameterFormatReplacements(CommandHelp help,
CommandParameter param,
HelpEntry entry)
Override this to control replacements
|
void |
CommandHelpFormatter.printDetailedHelpCommand(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) |
void |
CommandHelpFormatter.printDetailedHelpFooter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) |
void |
CommandHelpFormatter.printDetailedHelpHeader(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) |
void |
CommandHelpFormatter.printDetailedParameter(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry,
CommandParameter param) |
void |
CommandHelpFormatter.printHelpCommand(CommandHelp help,
CommandIssuer issuer,
HelpEntry entry) |
void |
CommandHelpFormatter.printHelpFooter(CommandHelp help,
CommandIssuer issuer) |
void |
CommandHelpFormatter.printHelpHeader(CommandHelp help,
CommandIssuer issuer) |
void |
CommandHelpFormatter.printSearchEntry(CommandHelp help,
CommandIssuer issuer,
HelpEntry page) |
void |
CommandHelpFormatter.printSearchFooter(CommandHelp help,
CommandIssuer issuer) |
void |
CommandHelpFormatter.printSearchHeader(CommandHelp help,
CommandIssuer issuer) |
Copyright © 2018. All rights reserved.