Uses of Package
com.winterhavenmc.library.messagebuilder.pipeline.processor
Packages that use com.winterhavenmc.library.messagebuilder.pipeline.processor
Package
Description
Provides the core processing components of the message pipeline.
Defines the final stage in the message processing pipeline, responsible for converting a structured
ValidMessageRecord
into a fully resolved
FinalMessageRecord
.-
Classes in com.winterhavenmc.library.messagebuilder.pipeline.processor used by com.winterhavenmc.library.messagebuilder.pipelineClassDescriptionDefault implementation of the
Processor
interface responsible for performing macro replacement on message fields. -
Classes in com.winterhavenmc.library.messagebuilder.pipeline.processor used by com.winterhavenmc.library.messagebuilder.pipeline.processorClassDescriptionA functional interface representing the final stage in the message pipeline: transforming a
ValidMessageRecord
into aFinalMessageRecord
by resolving and replacing all macro placeholders.