Package org.bukkit.help


package org.bukkit.help
Classes used to manipulate the default command and topic assistance system.
  • Interface Summary
    Interface
    Description
    The HelpMap tracks all help topics registered in a Bukkit server.
    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.
  • Class Summary
    Class
    Description
    Lacking an alternative, the help system will create instances of GenericCommandHelpTopic for each command in the server's CommandMap.
    HelpTopic implementations are displayed to the user when the user uses the /help command.
    Used to impose a custom total ordering on help topics.
     
    This help topic generates a list of other help topics.