Uses of Record Class
net.minecraft.network.chat.MessageSignature
Package
Description
-
Uses of MessageSignature in net.minecraft.client
Modifier and TypeFieldDescriptionprivate final MessageSignature
GuiMessage.signature
The field for thesignature
record component.Modifier and TypeMethodDescriptionGuiMessage.signature()
Returns the value of thesignature
record component.ModifierConstructorDescriptionGuiMessage
(int addedTime, Component content, MessageSignature signature, GuiMessageTag tag) Creates an instance of aGuiMessage
record class. -
Uses of MessageSignature in net.minecraft.client.gui.components
Modifier and TypeFieldDescriptionprivate final MessageSignature
ChatComponent.DelayedMessageDeletion.signature
The field for thesignature
record component.Modifier and TypeMethodDescriptionChatComponent.DelayedMessageDeletion.signature()
Returns the value of thesignature
record component.Modifier and TypeMethodDescriptionprivate void
ChatComponent.addMessage
(Component p_240562_, MessageSignature p_241566_, int p_240583_, GuiMessageTag p_240624_, boolean p_240558_) void
ChatComponent.addMessage
(Component p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) void
ChatComponent.deleteMessage
(MessageSignature p_241324_) ChatComponent.deleteMessageOrDelay
(MessageSignature p_251812_) ModifierConstructorDescription(package private)
DelayedMessageDeletion
(MessageSignature signature, int deletableAfter) Creates an instance of aDelayedMessageDeletion
record class. -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat
Modifier and TypeFieldDescriptionprivate final MessageSignature
ChatListener.Message.signature
The field for thesignature
record component.Modifier and TypeMethodDescriptionChatListener.Message.signature()
Returns the value of thesignature
record component.Modifier and TypeMethodDescriptionprivate void
ChatListener.handleMessage
(MessageSignature p_249408_, BooleanSupplier p_250870_) boolean
ChatListener.removeFromDelayedMessageQueue
(MessageSignature p_241445_) ModifierConstructorDescription(package private)
Message
(MessageSignature signature, BooleanSupplier handler) Creates an instance of aMessage
record class. -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat.report
Modifier and TypeFieldDescriptionprivate final Set<MessageSignature>
ChatReportContextBuilder.Collector.lastSeenSignatures
-
Uses of MessageSignature in net.minecraft.commands.arguments
Modifier and TypeFieldDescriptionprivate final MessageSignature
ArgumentSignatures.Entry.signature
The field for thesignature
record component.Modifier and TypeMethodDescriptionArgumentSignatures.Entry.signature()
Returns the value of thesignature
record component.ModifierConstructorDescriptionEntry
(String name, MessageSignature signature) Creates an instance of aEntry
record class. -
Uses of MessageSignature in net.minecraft.network.chat
Modifier 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.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MessageSignature>
MessageSignature.CODEC
private final List<MessageSignature>
LastSeenMessages.entries
The field for theentries
record component.Modifier 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_) Modifier and TypeMethodDescriptionLastSeenMessages.entries()
Returns the value of theentries
record component.MessageSignature.Packed.unpack
(MessageSignatureCache p_254423_) Modifier 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_) SignedMessageChain.Decoder.unpack
(MessageSignature p_249082_, SignedMessageBody p_250981_) static void
MessageSignature.write
(FriendlyByteBuf p_250642_, MessageSignature p_249714_) Modifier and TypeMethodDescriptionprivate void
MessageSignatureCache.push
(ArrayDeque<MessageSignature> p_251419_) (package private) void
MessageSignatureCache.push
(List<MessageSignature> p_248560_) ModifierConstructorDescriptionLastSeenTrackedEntry
(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.ModifierConstructorDescriptionLastSeenMessages
(List<MessageSignature> entries) Creates an instance of aLastSeenMessages
record class. -
Uses of MessageSignature in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final MessageSignature
ClientboundPlayerChatPacket.signature
The field for thesignature
record component.private final MessageSignature
ServerboundChatPacket.signature
The field for thesignature
record component.Modifier and TypeMethodDescriptionClientboundPlayerChatPacket.signature()
Returns the value of thesignature
record component.ServerboundChatPacket.signature()
Returns the value of thesignature
record component.ModifierConstructorDescriptionClientboundPlayerChatPacket
(UUID sender, int index, MessageSignature signature, SignedMessageBody.Packed body, Component unsignedContent, FilterMask filterMask, ChatType.BoundNetwork 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.