JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package com.winterhavenmc.library.messagebuilder.model
package
com.winterhavenmc.library.messagebuilder.model
This package contains data structure models used in the library.
Related Packages
Package
Description
com.winterhavenmc.library.messagebuilder
The core package of
MessageBuilderLib
, a library designed to simplify the dynamic construction and macro-based substitution of messages in Bukkit plugins.
com.winterhavenmc.library.messagebuilder.model.language
Provides interfaces and data models that represent entries from the plugin's language YAML file.
com.winterhavenmc.library.messagebuilder.model.message
Contains the sealed
Message
interface and its implementations, which represent composed messages ready for macro substitution and delivery.
com.winterhavenmc.library.messagebuilder.model.recipient
Contains a sealed model hierarchy representing classified message recipients in a Bukkit-based command or messaging context.