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.signatureThe field for thesignaturerecord component.Methods in net.minecraft.client that return MessageSignatureModifier and TypeMethodDescriptionGuiMessage.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.client with parameters of type MessageSignatureModifierConstructorDescriptionGuiMessage(int addedTime, Component content, MessageSignature signature, GuiMessageTag tag) Creates an instance of aGuiMessagerecord class. -
Uses of MessageSignature in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureChatComponent.DelayedMessageDeletion.signatureThe field for thesignaturerecord component.Methods in net.minecraft.client.gui.components that return MessageSignatureModifier and TypeMethodDescriptionChatComponent.DelayedMessageDeletion.signature()Returns the value of thesignaturerecord component.Methods in net.minecraft.client.gui.components with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidChatComponent.addMessage(Component p_241484_, MessageSignature p_241323_, GuiMessageTag p_241297_) voidChatComponent.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 aDelayedMessageDeletionrecord class. -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat
Fields in net.minecraft.client.multiplayer.chat declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureChatListener.Message.signatureThe field for thesignaturerecord component.Methods in net.minecraft.client.multiplayer.chat that return MessageSignatureModifier and TypeMethodDescriptionChatListener.Message.signature()Returns the value of thesignaturerecord component.Methods in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionprivate voidChatListener.handleMessage(MessageSignature p_249408_, BooleanSupplier p_250870_) booleanChatListener.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 aMessagerecord 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 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 TypeFieldDescriptionprivate final MessageSignature[]MessageSignatureCache.entriesprivate final MessageSignatureMessageSignature.Packed.fullSignatureThe field for thefullSignaturerecord component.private MessageSignatureLastSeenMessagesValidator.lastPendingMessageprivate MessageSignatureLastSeenMessagesTracker.lastTrackedMessageprivate final MessageSignatureLastSeenTrackedEntry.signatureThe field for thesignaturerecord component.private final MessageSignaturePlayerChatMessage.signatureThe field for thesignaturerecord component.Fields in net.minecraft.network.chat with type parameters of type MessageSignatureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MessageSignature> MessageSignature.CODECprivate final List<MessageSignature> LastSeenMessages.entriesThe field for theentriesrecord component.Methods in net.minecraft.network.chat that return MessageSignatureModifier and TypeMethodDescriptionMessageSignature.Packed.fullSignature()Returns the value of thefullSignaturerecord component.SignedMessageChain.Encoder.pack(SignedMessageBody p_250628_) static MessageSignatureMessageSignature.read(FriendlyByteBuf p_249837_) LastSeenTrackedEntry.signature()Returns the value of thesignaturerecord component.PlayerChatMessage.signature()Returns the value of thesignaturerecord 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 theentriesrecord component.MessageSignature.Packed.unpack(MessageSignatureCache p_254423_) Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionbooleanLastSeenMessagesTracker.addPending(MessageSignature p_248926_, boolean p_250312_) voidLastSeenMessagesValidator.addPending(MessageSignature p_248841_) voidLastSeenMessagesTracker.ignorePending(MessageSignature p_251020_) intMessageSignatureCache.pack(MessageSignature p_254157_) voidMessageSignatureCache.push(SignedMessageBody p_314937_, MessageSignature p_314936_) SignedMessageChain.Decoder.unpack(MessageSignature p_249082_, SignedMessageBody p_250981_) static voidMessageSignature.write(FriendlyByteBuf p_250642_, MessageSignature p_249714_) Method parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifier and TypeMethodDescriptionprivate voidMessageSignatureCache.push(ArrayDeque<MessageSignature> p_251419_) (package private) voidMessageSignatureCache.push(List<MessageSignature> p_248560_) Constructors in net.minecraft.network.chat with parameters of type MessageSignatureModifierConstructorDescriptionLastSeenTrackedEntry(MessageSignature signature, boolean pending) Creates an instance of aLastSeenTrackedEntryrecord class.Packed(int id, MessageSignature fullSignature) Creates an instance of aPackedrecord class.Packed(MessageSignature p_249705_) PlayerChatMessage(SignedMessageLink link, MessageSignature signature, SignedMessageBody signedBody, Component unsignedContent, FilterMask filterMask) Creates an instance of aPlayerChatMessagerecord class.Constructor parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifierConstructorDescriptionLastSeenMessages(List<MessageSignature> entries) Creates an instance of aLastSeenMessagesrecord class. -
Uses of MessageSignature in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as MessageSignatureModifier and TypeFieldDescriptionprivate final MessageSignatureClientboundPlayerChatPacket.signatureThe field for thesignaturerecord component.private final MessageSignatureServerboundChatPacket.signatureThe field for thesignaturerecord component.Methods in net.minecraft.network.protocol.game that return MessageSignatureModifier and TypeMethodDescriptionClientboundPlayerChatPacket.signature()Returns the value of thesignaturerecord component.ServerboundChatPacket.signature()Returns the value of thesignaturerecord 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 aClientboundPlayerChatPacketrecord class.ServerboundChatPacket(String message, Instant timeStamp, long salt, MessageSignature signature, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatPacketrecord class.