Uses of Enum Class
valorless.havenbags.enums.DatabaseType
Packages that use DatabaseType
Package
Description
Core package for the HavenBags plugin, containing main classes,
listeners, configuration, and shared utilities.
Enumerations for configuration options and actions.
-
Uses of DatabaseType in valorless.havenbags
Methods in valorless.havenbags that return DatabaseTypeMethods in valorless.havenbags with parameters of type DatabaseTypeModifier and TypeMethodDescriptionstatic voidBagData.ChangeDatabase(DatabaseType type) protected static voidBagData.setDatabase(DatabaseType database) -
Uses of DatabaseType in valorless.havenbags.enums
Methods in valorless.havenbags.enums that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypestatic DatabaseTypeReturns the enum constant of this class with the specified name.static DatabaseType[]DatabaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.