Uses of Enum Class
valorless.havenbags.BagData.UpdateSource
Packages that use BagData.UpdateSource
Package
Description
Core package for the HavenBags plugin, containing main classes,
listeners, configuration, and shared utilities.
-
Uses of BagData.UpdateSource in valorless.havenbags
Methods in valorless.havenbags that return BagData.UpdateSourceModifier and TypeMethodDescriptionstatic BagData.UpdateSourceReturns the enum constant of this class with the specified name.static BagData.UpdateSource[]BagData.UpdateSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in valorless.havenbags with parameters of type BagData.UpdateSourceModifier and TypeMethodDescriptionstatic DataBagData.GetBag(String uuid, org.bukkit.inventory.ItemStack bagItem, BagData.UpdateSource... source) static voidBagData.UpdateBag(String uuid, List<org.bukkit.inventory.ItemStack> content, BagData.UpdateSource... source) static voidBagData.UpdateBag(org.bukkit.inventory.ItemStack bagItem, List<org.bukkit.inventory.ItemStack> content, BagData.UpdateSource... source)