Uses of Package
org.bukkit.help
| Package | Description | 
|---|---|
| org.bukkit | 
 The root package of the Bukkit API, contains generalized API classes. 
 | 
| org.bukkit.command.defaults | 
 Commands for emulating the Minecraft commands and other necessary ones for
 use by a Bukkit implementation. 
 | 
| org.bukkit.help | 
 Classes used to manipulate the default command and topic assistance system. 
 | 
- 
Classes in org.bukkit.help used by org.bukkit Class Description HelpMap The HelpMap tracks all help topics registered in a Bukkit server. - 
Classes in org.bukkit.help used by org.bukkit.command.defaults Class Description HelpTopic HelpTopic implementations are displayed to the user when the user uses the /help command. - 
Classes in org.bukkit.help used by org.bukkit.help Class Description HelpTopic HelpTopic implementations are displayed to the user when the user uses the /help command.HelpTopicComparator Used to impose a custom total ordering on help topics.HelpTopicComparator.TopicNameComparator HelpTopicFactory A HelpTopicFactory is used to create customHelpTopicobjects from commands that inherit from a common base class or have executors that inherit from a common base class.