Uses of Interface
com.winterhavenmc.library.messagebuilder.pipeline.formatters.number.NumberFormatter
Packages that use NumberFormatter
Package
Description
Provides support for macro replacement of quantity-related values.
Provides locale-aware number formatting for use in the message-building pipeline.
-
Uses of NumberFormatter in com.winterhavenmc.library.messagebuilder.pipeline.adapters.quantity
Methods in com.winterhavenmc.library.messagebuilder.pipeline.adapters.quantity with parameters of type NumberFormatterModifier and TypeMethodDescriptionQuantifiable.formatQuantity
(int quantity, NumberFormatter numberFormatter) Converts a raw integer quantity into a localized string using the provided number formatter. -
Uses of NumberFormatter in com.winterhavenmc.library.messagebuilder.pipeline.formatters.number
Classes in com.winterhavenmc.library.messagebuilder.pipeline.formatters.number that implement NumberFormatterModifier and TypeClassDescriptionclass
A locale-aware implementation of theNumberFormatter
interface that formats numeric values using the default number format for the locale provided by aLocaleProvider
.