Uses of Package
com.winterhavenmc.library.messagebuilder.model.message
Packages that use com.winterhavenmc.library.messagebuilder.model.message
Package
Description
The core package of MessageBuilderLib, a library designed to simplify
the dynamic construction and macro-based substitution of messages in Bukkit plugins.
Contains the sealed
Message
interface and its implementations, which represent composed messages ready for macro
substitution and delivery.Provides the core processing components of the message pipeline.
-
Classes in com.winterhavenmc.library.messagebuilder.model.message used by com.winterhavenmc.library.messagebuilderClassDescriptionA sealed interface representing a message that can be composed using macros and sent to a valid recipient.
-
Classes in com.winterhavenmc.library.messagebuilder.model.message used by com.winterhavenmc.library.messagebuilder.model.messageClassDescriptionA fallback
Message
implementation representing an invalid or unrenderable message.A sealed interface representing a message that can be composed using macros and sent to a valid recipient. -
Classes in com.winterhavenmc.library.messagebuilder.model.message used by com.winterhavenmc.library.messagebuilder.pipelineClassDescriptionA concrete implementation of
Message
representing a fully constructed, resolvable, and sendable message.