Uses of Interface
com.winterhavenmc.library.messagebuilder.pipeline.sender.Sender
Packages that use Sender
Package
Description
Provides the core processing components of the message pipeline.
Defines the final dispatch stage in the message pipeline, responsible for delivering
resolved and formatted messages to recipients.
-
Uses of Sender in com.winterhavenmc.library.messagebuilder.pipeline
Constructor parameters in com.winterhavenmc.library.messagebuilder.pipeline with type arguments of type SenderModifierConstructorDescriptionMessagePipeline
(MessageRetriever messageRetriever, MessageProcessor messageProcessor, CooldownMap cooldownMap, List<Sender> senders) -
Uses of Sender in com.winterhavenmc.library.messagebuilder.pipeline.sender
Classes in com.winterhavenmc.library.messagebuilder.pipeline.sender that implement SenderModifier and TypeClassDescriptionfinal class
Sends chat messages to aRecipient.Sendable
based on the contents of aFinalMessageRecord
.final class
Sends a title and optional subtitle to aPlayer
using values from aFinalMessageRecord
.