程序包的使用
org.bukkit.help
程序包
说明
Bukkit API的顶级程序包, 包含通用的API类和接口.
通过Bukkit实现来模拟Minecraft原生命令(1.12后所有模拟命令被删除)并提供一些其他必要的命令.
用于操作默认的命令和主题帮助系统的类(你可以将你的命令帮助添加到系统命令帮助系统(help命令)内等等).
-
-
类说明HelpTopic implementations are displayed to the user when the user uses the /help command.
-
类说明HelpTopic implementations are displayed to the user when the user uses the /help command.Used to impose a custom total ordering on help topics.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.