Package-level declarations

Types

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