Uses of Annotation Interface
valorless.havenbags.annotations.DoNotCall
Packages that use DoNotCall
Package
Description
Core package for the HavenBags plugin, containing main classes,
listeners, configuration, and shared utilities.
Provides versioned, one-shot migration utilities for HavenBags configuration
and data.
Data transfer objects and models representing bags, settings, and messages.
-
Uses of DoNotCall in valorless.havenbags
Methods in valorless.havenbags with annotations of type DoNotCallModifier and TypeMethodDescriptionstatic BooleanDatabase.clearAllBagContents()Clears the contents of every bag currently loaded in memory.static voidDatabase.init()Initialises the database layer on plugin enable.static voidDatabase.loadData()Loads all bags from the active storage backend into the in-memory map.static voidDatabase.resetTooltipStyles()Reset the tooltip-styles of ALL bags to the default one specified in the config.
This is used when the tooltip-style is changed in the config, to update all bags to the new style.protected static voidDatabase.setDatabaseType(DatabaseType databaseType) Sets the activeDatabaseType.protected static voidSets the activeMySQLconnection wrapper.static voidDatabase.shutdown()Closes all active database connections cleanly. -
Uses of DoNotCall in valorless.havenbags.configconversion
Methods in valorless.havenbags.configconversion with annotations of type DoNotCallModifier and TypeMethodDescriptionstatic voidCV2_BagConversion.check(valorless.valorlessutils.config.Config config) Checks the provided configuration for an outdatedconfig-versionand, if necessary, migrates bag directories from player-name based folders to UUID-based folders.static voidCV4_DataConversion.check(@NotNull valorless.valorlessutils.config.Config config) Checks the provided configuration and, ifconfig-version < 4, converts each owner's legacy bag JSON files into YAML files containing bag metadata and serialized content.static voidCV5_TokenConfigConversion.check(valorless.valorlessutils.config.Config config) Checks the provided configuration and, ifconfig-version < 5, updates the configuration structure by movingskin-token.*keys intotoken.skin.*, removes the legacy keys, and persists the changes.static voidCV6_ConfigRestructure.check(valorless.valorlessutils.config.Config config) Checks the provided config and, if needed, performs a one-shot migration toconfig-version = 6.static voidCV7_ConfigRestructure.check(valorless.valorlessutils.config.Config config) Checks the given configuration and performs a one-time migration toconfig-version = 7when required. -
Uses of DoNotCall in valorless.havenbags.datamodels
Methods in valorless.havenbags.datamodels with annotations of type DoNotCall