Uses of Class
co.aikar.commands.HelpEntry
Packages that use HelpEntry
-
Uses of HelpEntry in co.aikar.commands
Methods in co.aikar.commands that return types with arguments of type HelpEntryMethods in co.aikar.commands with parameters of type HelpEntryModifier and TypeMethodDescriptionString[]CommandHelpFormatter.getEntryFormatReplacements(CommandHelp help, HelpEntry entry) 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.printSearchEntry(CommandHelp help, CommandIssuer issuer, HelpEntry page) voidCommandHelpFormatter.showDetailedHelp(CommandHelp commandHelp, HelpEntry entry) protected voidCommandHelp.updateSearchScore(HelpEntry help) Method parameters in co.aikar.commands with type arguments of type HelpEntryModifier and TypeMethodDescriptionvoidCommandHelpFormatter.showAllResults(CommandHelp commandHelp, List<HelpEntry> entries) voidCommandHelpFormatter.showSearchResults(CommandHelp commandHelp, List<HelpEntry> entries)