Uses of Class
org.bukkit.help.HelpTopic
Package
Description
Commands for emulating the Minecraft commands and other necessary ones for
use by a Bukkit implementation.
Classes used to manipulate the default command and topic assistance system.
-
Uses of HelpTopic in org.bukkit.command.defaults
Modifier and TypeMethodDescriptionprotected HelpTopic
HelpCommand.findPossibleMatches(String searchString)
-
Uses of HelpTopic in org.bukkit.help
Modifier and TypeClassDescriptionclass
Lacking an alternative, the help system will create instances of GenericCommandHelpTopic for each command in the server's CommandMap.class
This help topic generates a list of other help topics.Modifier and TypeMethodDescriptionHelpTopicFactory.createTopic(TCommand command)
This method accepts a command deriving from a custom command base class and constructs a custom HelpTopic for it.HelpMap.getHelpTopic(String topicName)
Returns a help topic for a given topic name.Modifier and TypeMethodDescriptionHelpMap.getHelpTopics()
Returns a collection of all the registered help topics.Modifier and TypeMethodDescriptionvoid
Adds a topic to the server's help index.protected String
IndexHelpTopic.buildIndexLine(CommandSender sender, HelpTopic topic)
Builds individual lines in the index topic.int
Modifier and TypeMethodDescriptionprotected void
IndexHelpTopic.setTopicsCollection(Collection<HelpTopic> topics)
Sets the contents of the internal allTopics collection.ModifierConstructorDescriptionIndexHelpTopic(String name, String shortText, String permission, Collection<HelpTopic> topics)
IndexHelpTopic(String name, String shortText, String permission, Collection<HelpTopic> topics, String preamble)