Uses of Package
com.winterhavenmc.library.messagebuilder.models.configuration
Packages that use com.winterhavenmc.library.messagebuilder.models.configuration
Package
Description
The core package of MessageBuilderLib, a library designed to simplify
the dynamic construction and macro-based substitution of messages in Bukkit plugins.
Provides formatting for
Duration values into localized, human-readable strings.Provides locale-aware number formatting for use in the message-building pipeline.
Provides configuration accessors for server-defined language, locale, and timezone settings.
Provides a flexible, localized validation framework for use within the MessageBuilder library.
-
-
-
-
Classes in com.winterhavenmc.library.messagebuilder.models.configuration used by com.winterhavenmc.library.messagebuilder.adapters.resources.configurationClassDescriptionRepresents a functional interface for retrieving dynamic configuration values.A class that wraps a string-based IETF BCP 47 language tag, allowing for validation against locales that are known to the system at runtime.Represents a locale setting derived from a valid
LanguageTag. -
Classes in com.winterhavenmc.library.messagebuilder.models.configuration used by com.winterhavenmc.library.messagebuilder.adapters.resources.languageClassDescriptionA class that wraps a string-based IETF BCP 47 language tag, allowing for validation against locales that are known to the system at runtime.
-
Classes in com.winterhavenmc.library.messagebuilder.models.configuration used by com.winterhavenmc.library.messagebuilder.adapters.resources.soundClassDescriptionA class that wraps a string-based IETF BCP 47 language tag, allowing for validation against locales that are known to the system at runtime.
-
-
-
Classes in com.winterhavenmc.library.messagebuilder.models.configuration used by com.winterhavenmc.library.messagebuilder.models.configurationClassDescriptionRepresents a functional interface for retrieving dynamic configuration values.Represents a configured language file identifier.A class that wraps a string-based IETF BCP 47 language tag, allowing for validation against locales that are known to the system at runtime.Represents a locale setting derived from a valid
LanguageTag. -