接口的使用
org.bukkit.command.CommandExecutor
使用CommandExecutor的程序包
- 
org.bukkit.command中CommandExecutor的使用参数类型为CommandExecutor的org.bukkit.command中的方法修饰符和类型方法说明voidPluginCommand.setExecutor(@Nullable CommandExecutor executor) 设置当命令解析时运行的CommandExecutor.
- 
org.bukkit.plugin中CommandExecutor的使用
- 
org.bukkit.plugin.java中CommandExecutor的使用