接口 PluginIdentifiableCommand
- 所有已知实现类:
PluginCommand
public interface PluginIdentifiableCommand
这个接口可以用于帮助系统分类命令至基于
Plugin
的子索引的一部分.自定义的命令实现这个接口来拥有由插件自动生成的子索引.
原文:This interface is used by the help system to group commands into
sub-indexes based on the Plugin
they are a part of. Custom command
implementations will need to implement this interface to have a sub-index
automatically generated on the plugin's behalf.
-
方法概要
-
方法详细资料
-
getPlugin
Plugin getPlugin()获取拥有这个PluginIdentifiableCommand的插件.原文:Gets the owner of this PluginIdentifiableCommand.
- 返回:
- 拥有这个PluginIdentifiableCommand的插件
-