Uses of Class
com.winterhavenmc.library.messagebuilder.pipeline.formatters.number.LocaleNumberFormatter
Packages that use LocaleNumberFormatter
Package
Description
Contains formatters responsible for converting data types into localized, human-readable strings.
-
Uses of LocaleNumberFormatter in com.winterhavenmc.library.messagebuilder.pipeline.formatters
Methods in com.winterhavenmc.library.messagebuilder.pipeline.formatters that return LocaleNumberFormatterModifier and TypeMethodDescriptionFormatterContainer.localeNumberFormatter()
Returns the value of thelocaleNumberFormatter
record component.Constructors in com.winterhavenmc.library.messagebuilder.pipeline.formatters with parameters of type LocaleNumberFormatterModifierConstructorDescriptionFormatterContainer
(LocaleProvider localeProvider, DurationFormatter durationFormatter, LocaleNumberFormatter localeNumberFormatter) Creates an instance of aFormatterContainer
record class.