Uses of Class
com.winterhavenmc.library.messagebuilder.pipeline.cooldown.CooldownMap
Packages that use CooldownMap
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 CooldownMap in com.winterhavenmc.library.messagebuilder.pipeline
Constructors in com.winterhavenmc.library.messagebuilder.pipeline with parameters of type CooldownMapModifierConstructorDescriptionMessagePipeline
(MessageRetriever messageRetriever, MessageProcessor messageProcessor, CooldownMap cooldownMap, List<Sender> senders) -
Uses of CooldownMap in com.winterhavenmc.library.messagebuilder.pipeline.sender
Constructors in com.winterhavenmc.library.messagebuilder.pipeline.sender with parameters of type CooldownMapModifierConstructorDescriptionMessageSender
(CooldownMap cooldownMap) Constructs aMessageSender
with the specified cooldown map for managing message repeat suppression.TitleSender
(CooldownMap cooldownMap) Constructs aTitleSender
using the specified cooldown map.