接口的使用
org.bukkit.command.TabCompleter
使用TabCompleter的程序包
-
org.bukkit.command中TabCompleter的使用
参数类型为TabCompleter的org.bukkit.command中的方法修饰符和类型方法说明voidPluginCommand.setTabCompleter(@Nullable TabCompleter completer) 设置当(玩家)进行命令补全时执行的TabCompleter. -
org.bukkit.plugin中TabCompleter的使用
-
org.bukkit.plugin.java中TabCompleter的使用