Uses of Enum Class
valorless.havenbags.Database.UpdateSource
Packages that use Database.UpdateSource
Package
Description
Core package for the HavenBags plugin, containing main classes,
listeners, configuration, and shared utilities.
-
Uses of Database.UpdateSource in valorless.havenbags
Methods in valorless.havenbags that return Database.UpdateSourceModifier and TypeMethodDescriptionstatic Database.UpdateSourceReturns the enum constant of this class with the specified name.static Database.UpdateSource[]Database.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 Database.UpdateSourceModifier and TypeMethodDescriptionstatic BagDatabase.getBag(String uuid, Database.UpdateSource... source) Retrieves a loadedBagby UUID.static voidDatabase.updateBag(String uuid, List<org.bukkit.inventory.ItemStack> content, Database.UpdateSource... source) Updates a bag's content by UUID and marks it dirty for the next save cycle.static voidDatabase.updateBag(org.bukkit.inventory.ItemStack bagItem, List<org.bukkit.inventory.ItemStack> content, Database.UpdateSource... source) Updates a bag's content and visual metadata (texture, model data, item model) from the given bagItemStack, then marks it dirty for the next save cycle.