接口的使用
org.bukkit.packs.DataPack
-
org.bukkit.packs中DataPack的使用
修饰符和类型方法说明DataPackManager.getDataPack
(@NotNull NamespacedKey dataPackKey) Gets aDataPack
by its key.修饰符和类型方法说明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.