Uses of Record Class
com.winterhavenmc.library.messagebuilder.pipeline.formatters.FormatterContainer
Packages that use FormatterContainer
Package
Description
Defines the adapter mechanism for macro value extraction within the message-building pipeline.
Provides a hierarchy of
Resolver
implementations responsible for converting macro-related input values into string representations
for use in templated messages.-
Uses of FormatterContainer in com.winterhavenmc.library.messagebuilder.pipeline.adapters
Methods in com.winterhavenmc.library.messagebuilder.pipeline.adapters that return FormatterContainerModifier and TypeMethodDescriptionAdapterContextContainer.formatterContainer()
Returns the value of theformatterContainer
record component.Constructors in com.winterhavenmc.library.messagebuilder.pipeline.adapters with parameters of type FormatterContainerModifierConstructorDescriptionAdapterContextContainer
(WorldNameResolver worldNameResolver, FormatterContainer formatterContainer) Creates an instance of aAdapterContextContainer
record class. -
Uses of FormatterContainer in com.winterhavenmc.library.messagebuilder.pipeline.resolvers
Constructors in com.winterhavenmc.library.messagebuilder.pipeline.resolvers with parameters of type FormatterContainerModifierConstructorDescriptionAtomicResolver
(FormatterContainer formatterContainer) Constructs anAtomicResolver
using the provided formatter container.