Uses of Enum Class
valorless.havenbags.enums.BagState
Packages that use BagState
Package
Description
Public API surface for interacting with HavenBags features and data.
Enumerations for configuration options and actions.
-
Uses of BagState in valorless.havenbags.api
Methods in valorless.havenbags.api that return BagStateModifier and TypeMethodDescriptionstatic BagStateHavenBagsAPI.getBagState(org.bukkit.inventory.ItemStack bag) Checks the state of the bag (e.g., "NEW", "USED", "NULL") based on its contents and configuration. -
Uses of BagState in valorless.havenbags.enums
Methods in valorless.havenbags.enums that return BagStateModifier and TypeMethodDescriptionstatic BagStateBagState.getState(org.bukkit.inventory.ItemStack item) static BagStateReturns the enum constant of this class with the specified name.static BagState[]BagState.values()Returns an array containing the constants of this enum class, in the order they are declared.