程序包 org.bukkit.help
package org.bukkit.help
用于操作默认的命令和主题帮助系统的类(你可以将你的命令帮助添加到系统命令帮助系统(help命令)内等等).
-
类说明Lacking an alternative, the help system will create instances of GenericCommandHelpTopic for each command in the server's CommandMap.HelpMap跟踪所有注册在Bukkit服务器的帮助主题。HelpTopic implementations are displayed to the user when the user uses the /help command.Used to impose a custom total ordering on help topics.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.This help topic generates a list of other help topics.