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 MessageSignature
GuiMessage.signature
The field for thesignature
record component.Methods in net.minecraft.client that return MessageSignatureModifier and TypeMethodDescriptionGuiMessage.signature()
Returns the value of thesignature
record component.Constructors in net.minecraft.client with parameters of type MessageSignatureModifierConstructorDescriptionGuiMessage
(int addedTime, Component content, MessageSignature signature, GuiMessageTag tag) Creates an instance of aGuiMessage
record class. -
Uses of MessageSignature in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignature
ChatComponent.DelayedMessageDeletion.signature
The field for thesignature
record component.Methods in net.minecraft.client.gui.components that return MessageSignatureModifier and TypeMethodDescriptionChatComponent.DelayedMessageDeletion.signature()
Returns the value of thesignature
record component.Methods in net.minecraft.client.gui.components with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoid
ChatComponent.addMessage
(Component pChatComponent, MessageSignature pHeaderSignature, GuiMessageTag pTag) void
ChatComponent.deleteMessage
(MessageSignature pMessageSignature) ChatComponent.deleteMessageOrDelay
(MessageSignature pMessageSignature) Constructors in net.minecraft.client.gui.components with parameters of type MessageSignatureModifierConstructorDescription(package private)
DelayedMessageDeletion
(MessageSignature signature, int deletableAfter) Creates an instance of aDelayedMessageDeletion
record class. -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat
Fields in net.minecraft.client.multiplayer.chat declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignature
ChatListener.Message.signature
The field for thesignature
record component.Methods in net.minecraft.client.multiplayer.chat that return MessageSignatureModifier and TypeMethodDescriptionChatListener.Message.signature()
Returns the value of thesignature
record component.Methods in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionprivate void
ChatListener.handleMessage
(MessageSignature pSignature, BooleanSupplier pHandler) boolean
ChatListener.removeFromDelayedMessageQueue
(MessageSignature pSignature) Constructors in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifierConstructorDescription(package private)
Message
(MessageSignature signature, BooleanSupplier handler) Creates an instance of aMessage
record class. -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report with type parameters of type MessageSignatureModifier and TypeFieldDescriptionprivate final Set
<MessageSignature> ChatReportContextBuilder.Collector.lastSeenSignatures
-
Uses of MessageSignature in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignature
ArgumentSignatures.Entry.signature
The field for thesignature
record component.Methods in net.minecraft.commands.arguments that return MessageSignatureModifier and TypeMethodDescriptionArgumentSignatures.Entry.signature()
Returns the value of thesignature
record component.Constructors in net.minecraft.commands.arguments with parameters of type MessageSignatureModifierConstructorDescriptionEntry
(String name, MessageSignature signature) Creates an instance of aEntry
record class. -
Uses of MessageSignature in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignature[]
MessageSignatureCache.entries
private final MessageSignature
MessageSignature.Packed.fullSignature
The field for thefullSignature
record component.private MessageSignature
LastSeenMessagesValidator.lastPendingMessage
private MessageSignature
LastSeenMessagesTracker.lastTrackedMessage
private final MessageSignature
LastSeenTrackedEntry.signature
The field for thesignature
record component.private final MessageSignature
PlayerChatMessage.signature
The field for thesignature
record component.Fields in net.minecraft.network.chat with type parameters of type MessageSignatureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<MessageSignature> MessageSignature.CODEC
private final List
<MessageSignature> LastSeenMessages.entries
The field for theentries
record component.Methods in net.minecraft.network.chat that return MessageSignatureModifier and TypeMethodDescriptionMessageSignature.Packed.fullSignature()
Returns the value of thefullSignature
record component.SignedMessageChain.Encoder.pack
(SignedMessageBody pBody) static MessageSignature
MessageSignature.read
(FriendlyByteBuf pBuffer) LastSeenTrackedEntry.signature()
Returns the value of thesignature
record component.PlayerChatMessage.signature()
Returns the value of thesignature
record component.MessageSignatureCache.unpack
(int pIndex) Methods in net.minecraft.network.chat that return types with arguments of type MessageSignatureModifier and TypeMethodDescriptionLastSeenMessages.entries()
Returns the value of theentries
record component.MessageSignature.Packed.unpack
(MessageSignatureCache pSignatureCache) Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionboolean
LastSeenMessagesTracker.addPending
(MessageSignature pSignature, boolean pAcknowledged) void
LastSeenMessagesValidator.addPending
(MessageSignature pSignature) void
LastSeenMessagesTracker.ignorePending
(MessageSignature pSignature) int
MessageSignatureCache.pack
(MessageSignature pSignature) void
MessageSignatureCache.push
(SignedMessageBody pSignedMessageBody, MessageSignature pSignature) SignedMessageChain.Decoder.unpack
(MessageSignature pSignature, SignedMessageBody pBody) static void
MessageSignature.write
(FriendlyByteBuf pBuffer, MessageSignature pSignature) Method parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifier and TypeMethodDescriptionprivate void
MessageSignatureCache.push
(ArrayDeque<MessageSignature> pDeque) (package private) void
MessageSignatureCache.push
(List<MessageSignature> pChatMessages) Constructors in net.minecraft.network.chat with parameters of type MessageSignatureModifierConstructorDescriptionLastSeenTrackedEntry
(MessageSignature signature, boolean pending) Creates an instance of aLastSeenTrackedEntry
record class.Packed
(int id, MessageSignature fullSignature) Creates an instance of aPacked
record class.Packed
(MessageSignature p_249705_) PlayerChatMessage
(SignedMessageLink link, MessageSignature signature, SignedMessageBody signedBody, Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessage
record class.Constructor parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifierConstructorDescriptionLastSeenMessages
(List<MessageSignature> entries) Creates an instance of aLastSeenMessages
record class. -
Uses of MessageSignature in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignature
ClientboundPlayerChatPacket.signature
The field for thesignature
record component.private final MessageSignature
ServerboundChatPacket.signature
The field for thesignature
record component.Methods in net.minecraft.network.protocol.game that return MessageSignatureModifier and TypeMethodDescriptionClientboundPlayerChatPacket.signature()
Returns the value of thesignature
record component.ServerboundChatPacket.signature()
Returns the value of thesignature
record component.Constructors in net.minecraft.network.protocol.game with parameters of type MessageSignatureModifierConstructorDescriptionClientboundPlayerChatPacket
(UUID sender, int index, MessageSignature signature, SignedMessageBody.Packed body, Component unsignedContent, FilterMask filterMask, ChatType.Bound chatType) Creates an instance of aClientboundPlayerChatPacket
record class.ServerboundChatPacket
(String message, Instant timeStamp, long salt, MessageSignature signature, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatPacket
record class.