Uses of Class
co.aikar.commands.CommandHelp
-
Packages that use CommandHelp Package Description co.aikar.commands -
-
Uses of CommandHelp in co.aikar.commands
Methods in co.aikar.commands that return CommandHelp Modifier and Type Method Description CommandHelpCommandManager. generateCommandHelp()Deprecated.Unstable APICommandHelpCommandManager. generateCommandHelp(@NotNull String command)Deprecated.Unstable APICommandHelpCommandManager. generateCommandHelp(CommandIssuer issuer, @NotNull String command)Deprecated.Unstable APICommandHelpCommandManager. generateCommandHelp(CommandIssuer issuer, RootCommand rootCommand)Deprecated.Unstable APICommandHelpBaseCommand. getCommandHelp()Deprecated.Unstable APIMethods in co.aikar.commands with parameters of type CommandHelp Modifier and Type Method Description String[]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)
-