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 DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseTypeDatabase.getDatabaseType()Returns the currently activeDatabaseType.Methods in valorless.havenbags with parameters of type DatabaseTypeModifier and TypeMethodDescriptionstatic voidDatabase.changeDatabase(DatabaseType type) Switches the active storage backend totypeat runtime.protected static voidDatabase.setDatabaseType(DatabaseType databaseType) Sets the activeDatabaseType. -
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.