Uses of Record Class
net.minecraft.network.chat.MessageSignature
Packages that use MessageSignature
Package
Description
-
Uses of MessageSignature in net.minecraft.client
Fields in net.minecraft.client declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureGuiMessage.headerSignatureThe field for theheaderSignaturerecord component.Methods in net.minecraft.client that return MessageSignatureModifier and TypeMethodDescriptionGuiMessage.headerSignature()Returns the value of theheaderSignaturerecord component.Constructors in net.minecraft.client with parameters of type MessageSignatureModifierConstructorDescriptionGuiMessage(int addedTime, Component content, MessageSignature headerSignature, GuiMessageTag tag) Creates an instance of aGuiMessagerecord class. -
Uses of MessageSignature in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type MessageSignatureModifier and TypeMethodDescriptionprivate voidChatComponent.addMessage(Component p_240562_, MessageSignature p_241566_, int p_240583_, GuiMessageTag p_240624_, boolean p_240558_) voidChatComponent.addMessage(Component p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) voidChatComponent.deleteMessage(MessageSignature p_241324_) -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat
Fields in net.minecraft.client.multiplayer.chat declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureLoggedChatMessageLink.Header.headerSignatureThe field for theheaderSignaturerecord component.Methods in net.minecraft.client.multiplayer.chat that return MessageSignatureModifier and TypeMethodDescriptionLoggedChatMessage.Player.headerSignature()LoggedChatMessageLink.Header.headerSignature()Returns the value of theheaderSignaturerecord component.LoggedChatMessageLink.headerSignature()Methods in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidChatListener.handleChatHeader(SignedMessageHeader p_241319_, MessageSignature p_241390_, byte[] p_241463_) static LoggedChatMessageLink.HeaderLoggedChatMessageLink.header(SignedMessageHeader p_242461_, MessageSignature p_242167_, byte[] p_242320_) private voidChatListener.logPlayerHeader(SignedMessageHeader p_241328_, MessageSignature p_241317_, byte[] p_241565_) (package private) booleanChatListener.processPlayerChatHeader(SignedMessageHeader p_241363_, MessageSignature p_241535_, byte[] p_241500_) booleanChatListener.removeFromDelayedMessageQueue(MessageSignature p_241445_) default booleanChatListener.Message.removeIfSignatureMatches(MessageSignature p_242379_) Constructors in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifierConstructorDescriptionHeader(SignedMessageHeader header, MessageSignature headerSignature, byte[] bodyDigest) Creates an instance of aHeaderrecord class. -
Uses of MessageSignature in net.minecraft.client.player
Methods in net.minecraft.client.player that return MessageSignatureModifier and TypeMethodDescriptionprivate MessageSignatureLocalPlayer.signMessage(MessageSigner p_242224_, ChatMessageContent p_242260_, LastSeenMessages p_242299_) -
Uses of MessageSignature in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureArgumentSignatures.Entry.signatureThe field for thesignaturerecord component.Methods in net.minecraft.commands.arguments that return MessageSignatureModifier and TypeMethodDescriptionArgumentSignatures.Entry.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.commands.arguments with parameters of type MessageSignatureModifierConstructorDescriptionEntry(String name, MessageSignature signature) Creates an instance of aEntryrecord class. -
Uses of MessageSignature in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as MessageSignatureModifier and TypeFieldDescriptionstatic final MessageSignatureMessageSignature.EMPTYprivate final MessageSignaturePlayerChatMessage.headerSignatureThe field for theheaderSignaturerecord component.private final MessageSignatureLastSeenMessages.Entry.lastSignatureThe field for thelastSignaturerecord component.private MessageSignatureSignedMessageValidator.KeyBased.lastSignatureprivate MessageSignatureSignedMessageChain.previousSignatureprivate final MessageSignatureSignedMessageHeader.previousSignatureThe field for thepreviousSignaturerecord component.private final MessageSignatureSignedMessageChain.Link.signatureThe field for thesignaturerecord component.Methods in net.minecraft.network.chat that return MessageSignatureModifier and TypeMethodDescriptionPlayerChatMessage.headerSignature()Returns the value of theheaderSignaturerecord component.LastSeenMessages.Entry.lastSignature()Returns the value of thelastSignaturerecord component.private static MessageSignatureSignedMessageChain.pack(Signer p_242255_, MessageSigner p_242258_, MessageSignature p_242378_, ChatMessageContent p_242185_, LastSeenMessages p_242456_) SignedMessageHeader.previousSignature()Returns the value of thepreviousSignaturerecord component.SignedMessageChain.Link.signature()Returns the value of thesignaturerecord component.Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionprivate static MessageSignatureSignedMessageChain.pack(Signer p_242255_, MessageSigner p_242258_, MessageSignature p_242378_, ChatMessageContent p_242185_, LastSeenMessages p_242456_) private static PlayerChatMessageSignedMessageChain.unpack(SignedMessageChain.Link p_242261_, MessageSignature p_242207_, MessageSigner p_242248_, ChatMessageContent p_242304_, LastSeenMessages p_242200_) private SignedMessageValidator.StateSignedMessageValidator.KeyBased.updateAndValidate(SignedMessageHeader p_243211_, MessageSignature p_243274_, byte[] p_243209_, boolean p_243324_) private SignedMessageValidator.StateSignedMessageValidator.Unsigned.validate(MessageSignature p_243292_) private booleanSignedMessageValidator.KeyBased.validateChain(SignedMessageHeader p_243280_, MessageSignature p_243215_, boolean p_243312_) private booleanSignedMessageValidator.KeyBased.validateContents(SignedMessageHeader p_243269_, MessageSignature p_243259_, byte[] p_243265_, boolean p_243221_) SignedMessageValidator.KeyBased.validateHeader(SignedMessageHeader p_242886_, MessageSignature p_242853_, byte[] p_242869_) SignedMessageValidator.Unsigned.validateHeader(SignedMessageHeader p_243299_, MessageSignature p_243315_, byte[] p_243252_) SignedMessageValidator.validateHeader(SignedMessageHeader p_241472_, MessageSignature p_241508_, byte[] p_241320_) Constructors in net.minecraft.network.chat with parameters of type MessageSignatureModifierConstructorDescriptionEntry(UUID profileId, MessageSignature lastSignature) Creates an instance of aEntryrecord class.Link(MessageSignature signature) Creates an instance of aLinkrecord class.PlayerChatMessage(SignedMessageHeader signedHeader, MessageSignature headerSignature, SignedMessageBody signedBody, Optional<Component> unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessagerecord class.SignedMessageHeader(MessageSignature previousSignature, UUID sender) Creates an instance of aSignedMessageHeaderrecord class. -
Uses of MessageSignature in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureClientboundPlayerChatHeaderPacket.headerSignatureThe field for theheaderSignaturerecord component.private final MessageSignatureClientboundDeleteChatPacket.messageSignatureThe field for themessageSignaturerecord component.private final MessageSignatureServerboundChatPacket.signatureThe field for thesignaturerecord component.Methods in net.minecraft.network.protocol.game that return MessageSignatureModifier and TypeMethodDescriptionClientboundPlayerChatHeaderPacket.headerSignature()Returns the value of theheaderSignaturerecord component.ClientboundDeleteChatPacket.messageSignature()Returns the value of themessageSignaturerecord component.ServerboundChatPacket.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.network.protocol.game with parameters of type MessageSignatureModifierConstructorDescriptionClientboundDeleteChatPacket(MessageSignature messageSignature) Creates an instance of aClientboundDeleteChatPacketrecord class.ClientboundPlayerChatHeaderPacket(SignedMessageHeader header, MessageSignature headerSignature, byte[] bodyDigest) Creates an instance of aClientboundPlayerChatHeaderPacketrecord class.ServerboundChatPacket(String message, Instant timeStamp, long salt, MessageSignature signature, boolean signedPreview, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatPacketrecord class. -
Uses of MessageSignature in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidServerPlayer.sendChatHeader(SignedMessageHeader p_241477_, MessageSignature p_241450_, byte[] p_241356_)