Uses of Class
co.aikar.commands.CommandHelp
Packages that use CommandHelp
-
Uses of CommandHelp in co.aikar.commands
Methods in co.aikar.commands that return CommandHelpModifier and TypeMethodDescriptionCommandManager.generateCommandHelp()Deprecated.Unstable APICommandManager.generateCommandHelp(@NotNull String command) Deprecated.Unstable APICommandManager.generateCommandHelp(CommandIssuer issuer, @NotNull String command) Deprecated.Unstable APICommandManager.generateCommandHelp(CommandIssuer issuer, RootCommand rootCommand) Deprecated.Unstable APIBaseCommand.getCommandHelp()Deprecated.Unstable APIMethods in co.aikar.commands with parameters of type CommandHelpModifier and TypeMethodDescriptionString[]CommandHelpFormatter.getEntryFormatReplacements(CommandHelp help, HelpEntry entry) Override this to control replacementsString[]CommandHelpFormatter.getHeaderFooterFormatReplacements(CommandHelp help) Override this to control replacements@NotNull String[]CommandHelpFormatter.getParameterFormatReplacements(CommandHelp help, CommandParameter param, HelpEntry entry) Override this to control replacementsvoidCommandHelpFormatter.printDetailedHelpCommand(CommandHelp help, CommandIssuer issuer, HelpEntry entry) voidCommandHelpFormatter.printDetailedHelpFooter(CommandHelp help, CommandIssuer issuer, HelpEntry entry) voidCommandHelpFormatter.printDetailedHelpHeader(CommandHelp help, CommandIssuer issuer, HelpEntry entry) voidCommandHelpFormatter.printDetailedParameter(CommandHelp help, CommandIssuer issuer, HelpEntry entry, CommandParameter param) voidCommandHelpFormatter.printHelpCommand(CommandHelp help, CommandIssuer issuer, HelpEntry entry) voidCommandHelpFormatter.printHelpFooter(CommandHelp help, CommandIssuer issuer) voidCommandHelpFormatter.printHelpHeader(CommandHelp help, CommandIssuer issuer) voidCommandHelpFormatter.printSearchEntry(CommandHelp help, CommandIssuer issuer, HelpEntry page) voidCommandHelpFormatter.printSearchFooter(CommandHelp help, CommandIssuer issuer) voidCommandHelpFormatter.printSearchHeader(CommandHelp help, CommandIssuer issuer) voidCommandHelpFormatter.showAllResults(CommandHelp commandHelp, List<HelpEntry> entries) voidCommandHelpFormatter.showDetailedHelp(CommandHelp commandHelp, HelpEntry entry) voidCommandHelpFormatter.showSearchResults(CommandHelp commandHelp, List<HelpEntry> entries)