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 SignedMessageLinkModifier and TypeFieldDescriptionprivate @Nullable SignedMessageLinkChatSelectionLogFiller.previousLink -
Uses of SignedMessageLink in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as SignedMessageLinkModifier and TypeFieldDescriptionprivate final SignedMessageLinkPlayerChatMessage.linkThe field for thelinkrecord component.private @Nullable SignedMessageLinkSignedMessageChain.nextLinkFields in net.minecraft.network.chat with type parameters of type SignedMessageLinkModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SignedMessageLink> SignedMessageLink.CODECMethods in net.minecraft.network.chat that return SignedMessageLinkModifier and TypeMethodDescription@Nullable SignedMessageLinkSignedMessageLink.advance()PlayerChatMessage.link()Returns the value of thelinkrecord component.static SignedMessageLinkstatic SignedMessageLinkMethods in net.minecraft.network.chat with parameters of type SignedMessageLinkModifier and TypeMethodDescriptionbooleanSignedMessageLink.isDescendantOf(SignedMessageLink link) static voidPlayerChatMessage.updateSignature(SignatureUpdater.Output output, SignedMessageLink link, SignedMessageBody body) Constructors in net.minecraft.network.chat with parameters of type SignedMessageLinkModifierConstructorDescriptionPlayerChatMessage(SignedMessageLink link, @Nullable MessageSignature signature, SignedMessageBody signedBody, @Nullable Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessagerecord class.