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 chatComponent, MessageSignature headerSignature, GuiMessageTag tag) voidChatComponent.deleteMessage(MessageSignature messageSignature) ChatComponent.deleteMessageOrDelay(MessageSignature messageSignature) 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 signature, BooleanSupplier handler) booleanChatListener.removeFromDelayedMessageQueue(MessageSignature signature) 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 body) static MessageSignatureMessageSignature.read(FriendlyByteBuf buffer) LastSeenTrackedEntry.signature()Returns the value of thesignaturerecord component.PlayerChatMessage.signature()Returns the value of thesignaturerecord component.MessageSignatureCache.unpack(int index) 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 signatureCache) Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionbooleanLastSeenMessagesTracker.addPending(MessageSignature signature, boolean acknowledged) voidLastSeenMessagesValidator.addPending(MessageSignature signature) voidLastSeenMessagesTracker.ignorePending(MessageSignature signature) intMessageSignatureCache.pack(MessageSignature signature) voidMessageSignatureCache.push(SignedMessageBody signedMessageBody, MessageSignature signature) SignedMessageChain.Decoder.unpack(MessageSignature signature, SignedMessageBody body) static voidMessageSignature.write(FriendlyByteBuf buffer, MessageSignature signature) Method parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifier and TypeMethodDescriptionprivate voidMessageSignatureCache.push(ArrayDeque<MessageSignature> deque) (package private) voidMessageSignatureCache.push(List<MessageSignature> chatMessages) 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.