| 接口 | 说明 |
|---|---|
| HelpMap |
HelpMap跟踪所有注册在Bukkit服务器的帮助主题。
|
| 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. |
| 类 | 说明 |
|---|---|
| GenericCommandHelpTopic |
Lacking an alternative, the help system will create instances of
GenericCommandHelpTopic for each command in the server's CommandMap.
|
| 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 | |
| IndexHelpTopic |
This help topic generates a list of other help topics.
|