Uses of Package
org.bukkit.help

Packages that use org.bukkit.help
org.bukkit More generalized classes in the API. 
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
HelpMap
          The HelpMap tracks all help topics registered in a Bukkit server.
 

Classes in org.bukkit.help used by org.bukkit.command.defaults
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
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 custom HelpTopic objects from commands that inherit from a common base class or have executors that inherit from a common base class.
 



Copyright © 2014. All rights reserved.