Uses of Interface
net.kyori.adventure.chat.ChatType.Bound
Packages that use ChatType.Bound
Package
Description
A receiver of Minecraft media.
Chat-related data.
-
Uses of ChatType.Bound in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type ChatType.BoundModifier and TypeMethodDescriptiondefault voidAudience.sendMessage(SignedMessage signedMessage, ChatType.Bound boundChatType) Sends a signed player message to thisAudiencewith the providedbound chat type.default voidAudience.sendMessage(ComponentLike message, ChatType.Bound boundChatType) Sends a message to thisAudiencewith the providedbound chat type.default voidAudience.sendMessage(Component message, ChatType.Bound boundChatType) Sends a message to thisAudiencewith the providedbound chat type.default voidForwardingAudience.sendMessage(SignedMessage signedMessage, ChatType.Bound boundChatType) default voidForwardingAudience.sendMessage(Component message, ChatType.Bound boundChatType) default voidForwardingAudience.Single.sendMessage(SignedMessage signedMessage, ChatType.Bound boundChatType) default voidForwardingAudience.Single.sendMessage(Component message, ChatType.Bound boundChatType) -
Uses of ChatType.Bound in net.kyori.adventure.chat
Methods in net.kyori.adventure.chat that return ChatType.BoundModifier and TypeMethodDescriptiondefault ChatType.BoundChatType.bind(ComponentLike name) Creates a bound chat type with a nameComponent.default ChatType.BoundChatType.bind(ComponentLike name, @Nullable ComponentLike target) Creates a bound chat type with a name and targetComponent.