Uses of Interface
net.neoforged.fml.i18n.FMLTranslations.CustomFormat.FormatFunctionWithArgs
Packages that use FMLTranslations.CustomFormat.FormatFunctionWithArgs
-
Uses of FMLTranslations.CustomFormat.FormatFunctionWithArgs in net.neoforged.fml.i18n
Fields in net.neoforged.fml.i18n declared as FMLTranslations.CustomFormat.FormatFunctionWithArgsModifier and TypeFieldDescriptionprivate final FMLTranslations.CustomFormat.FormatFunctionWithArgs
<T> FMLTranslations.CustomFormat.formatter
The field for theformatter
record component.Methods in net.neoforged.fml.i18n that return FMLTranslations.CustomFormat.FormatFunctionWithArgsModifier and TypeMethodDescriptionFMLTranslations.CustomFormat.formatter()
Returns the value of theformatter
record component.Constructors in net.neoforged.fml.i18n with parameters of type FMLTranslations.CustomFormat.FormatFunctionWithArgsModifierConstructorDescriptionprivate
CustomFormat
(Class<T> valueClass, FMLTranslations.CustomFormat.FormatFunctionWithArgs<T> formatter) Creates an instance of aCustomFormat
record class.