Uses of Interface
org.bukkit.packs.DataPack
Packages that use DataPack
-
Uses of DataPack in org.bukkit.packs
Methods in org.bukkit.packs that return DataPackModifier and TypeMethodDescriptionDataPackManager.getDataPack
(@NotNull NamespacedKey dataPackKey) Deprecated, for removal: This API element is subject to removal in a future version.Gets aDataPack
by its key.Methods in org.bukkit.packs that return types with arguments of type DataPackModifier and TypeMethodDescriptionDataPackManager.getDataPacks()
Deprecated, for removal: This API element is subject to removal in a future version.Return all the availableDataPack
s on the server.DataPackManager.getDisabledDataPacks
(@NotNull World world) Deprecated, for removal: This API element is subject to removal in a future version.Return all the disabledDataPack
in the World.DataPackManager.getEnabledDataPacks
(@NotNull World world) Deprecated, for removal: This API element is subject to removal in a future version.Return all the enabledDataPack
in the World.