Uses of Interface
net.kyori.adventure.chat.SignedMessage.Signature
Packages that use SignedMessage.Signature
Package
Description
A receiver of Minecraft media.
Chat-related data.
-
Uses of SignedMessage.Signature in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type SignedMessage.SignatureModifier and TypeMethodDescriptiondefault voidAudience.deleteMessage(SignedMessage.Signature signature) Requests deletion of a message with the providedSignedMessage.Signature.default voidForwardingAudience.deleteMessage(SignedMessage.Signature signature) default voidForwardingAudience.Single.deleteMessage(SignedMessage.Signature signature) -
Uses of SignedMessage.Signature in net.kyori.adventure.chat
Methods in net.kyori.adventure.chat that return SignedMessage.SignatureModifier and TypeMethodDescription@Nullable SignedMessage.SignatureSignedMessage.signature()The signature of the message.static SignedMessage.SignatureSignedMessage.signature(byte[] signature) Creates a signature wrapper.