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.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()
private SignedMessageLink
SignedMessageChain.advanceLink()
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 p_250977_) static void
PlayerChatMessage.updateSignature
(SignatureUpdater.Output p_250661_, SignedMessageLink p_248621_, SignedMessageBody p_248823_) 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.