Uses of Enum Class
valorless.havenbags.BagData.UpdateSource
Packages that use BagData.UpdateSource
-
Uses of BagData.UpdateSource in valorless.havenbags
Methods in valorless.havenbags that return BagData.UpdateSourceModifier and TypeMethodDescriptionstatic BagData.UpdateSource
Returns 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 Data
BagData.GetBag
(@NotNull String uuid, org.bukkit.inventory.ItemStack bagItem, BagData.UpdateSource... source) static void
BagData.UpdateBag
(@NotNull String uuid, @NotNull List<org.bukkit.inventory.ItemStack> content, BagData.UpdateSource... source) static void
BagData.UpdateBag
(@NotNull org.bukkit.inventory.ItemStack bagItem, @NotNull List<org.bukkit.inventory.ItemStack> content, BagData.UpdateSource... source)