接口的使用
org.bukkit.packs.DataPack
使用DataPack的程序包
-
org.bukkit.packs中DataPack的使用
返回DataPack的org.bukkit.packs中的方法修饰符和类型方法说明DataPackManager.getDataPack(@NotNull NamespacedKey dataPackKey) Gets aDataPackby its key.返回变量类型为DataPack的类型的org.bukkit.packs中的方法修饰符和类型方法说明DataPackManager.getDataPacks()Return all the availableDataPacks on the server.DataPackManager.getDisabledDataPacks(@NotNull World world) Return all the disabledDataPackin the World.DataPackManager.getEnabledDataPacks(@NotNull World world) Return all the enabledDataPackin the World.