Uses of Record Class
net.minecraft.network.chat.SignedMessageLink
Packages that use SignedMessageLink
-
Uses of SignedMessageLink in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as SignedMessageLink -
Uses of SignedMessageLink in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as SignedMessageLinkModifier and TypeFieldDescriptionprivate final SignedMessageLink
PlayerChatMessage.link
The field for thelink
record component.(package private) SignedMessageLink
SignedMessageChain.nextLink
Fields in net.minecraft.network.chat with type parameters of type SignedMessageLinkModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SignedMessageLink> SignedMessageLink.CODEC
Methods in net.minecraft.network.chat that return SignedMessageLinkModifier and TypeMethodDescriptionSignedMessageLink.advance()
PlayerChatMessage.link()
Returns the value of thelink
record component.static SignedMessageLink
static SignedMessageLink
Methods in net.minecraft.network.chat with parameters of type SignedMessageLinkModifier and TypeMethodDescriptionboolean
SignedMessageLink.isDescendantOf
(SignedMessageLink pOther) static void
PlayerChatMessage.updateSignature
(SignatureUpdater.Output pOutput, SignedMessageLink pLink, SignedMessageBody pBody) Constructors in net.minecraft.network.chat with parameters of type SignedMessageLinkModifierConstructorDescriptionPlayerChatMessage
(SignedMessageLink link, MessageSignature signature, SignedMessageBody signedBody, Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessage
record class.