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 p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) void
ChatComponent.deleteMessage
(MessageSignature p_241324_) ChatComponent.deleteMessageOrDelay
(MessageSignature p_251812_) 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 p_249408_, BooleanSupplier p_250870_) boolean
ChatListener.removeFromDelayedMessageQueue
(MessageSignature p_241445_) 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 p_250628_) static MessageSignature
MessageSignature.read
(FriendlyByteBuf p_249837_) LastSeenTrackedEntry.signature()
Returns the value of thesignature
record component.PlayerChatMessage.signature()
Returns the value of thesignature
record component.MessageSignatureCache.unpack
(int p_253967_) 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 p_254423_) Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionboolean
LastSeenMessagesTracker.addPending
(MessageSignature p_248926_, boolean p_250312_) void
LastSeenMessagesValidator.addPending
(MessageSignature p_248841_) void
LastSeenMessagesTracker.ignorePending
(MessageSignature p_251020_) int
MessageSignatureCache.pack
(MessageSignature p_254157_) void
MessageSignatureCache.push
(SignedMessageBody p_314937_, MessageSignature p_314936_) SignedMessageChain.Decoder.unpack
(MessageSignature p_249082_, SignedMessageBody p_250981_) static void
MessageSignature.write
(FriendlyByteBuf p_250642_, MessageSignature p_249714_) Method parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifier and TypeMethodDescriptionprivate void
MessageSignatureCache.push
(ArrayDeque<MessageSignature> p_251419_) (package private) void
MessageSignatureCache.push
(List<MessageSignature> p_248560_) 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.