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