Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Package org.bukkit.help

Classes

class  GenericCommandHelpTopic
 Lacking an alternative, the help system will create instances of GenericCommandHelpTopic for each command in the server's CommandMap. More...
 
interface  HelpMap
 The HelpMap tracks all help topics registered in a Bukkit server. More...
 
class  HelpTopic
 HelpTopic implementations are displayed to the user when the user uses the /help command. More...
 
class  HelpTopicComparator
 Used to impose a custom total ordering on help topics. More...
 
interface  HelpTopicFactory< TCommand extends Command >
 A HelpTopicFactory is used to create custom HelpTopic objects from commands that inherit from a common base class or have executors that inherit from a common base class. More...
 
class  IndexHelpTopic
 This help topic generates a list of other help topics. More...