Uses of Interface
com.winterhavenmc.library.messagebuilder.models.recipient.Recipient
Packages that use Recipient
Package
Description
Contains a sealed model hierarchy representing classified message recipients
in a Bukkit-based command or messaging context.
-
Uses of Recipient in com.winterhavenmc.library.messagebuilder.models.recipient
Classes in com.winterhavenmc.library.messagebuilder.models.recipient that implement RecipientModifier and TypeClassDescriptionstatic final recordRepresents an invalid or unrecognized message recipient.static final recordRepresents a proxied command sender (e.g., from another plugin or dispatch chain).static final recordRepresents a valid, recognized message recipient such as a player, console, or command block.Methods in com.winterhavenmc.library.messagebuilder.models.recipient that return Recipient