Uses of Record Class
net.minecraft.network.chat.MessageSignature
Packages that use MessageSignature
Package
Description
-
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 TypeMethodDescriptionprivate voidChatComponent.addMessage(Component contents, @Nullable MessageSignature signature, GuiMessageSource source, @Nullable GuiMessageTag tag) voidChatComponent.addPlayerMessage(Component message, @Nullable MessageSignature signature, @Nullable GuiMessageTag tag) voidChatComponent.deleteMessage(MessageSignature signature) private @Nullable ChatComponent.DelayedMessageDeletionChatComponent.deleteMessageOrDelay(MessageSignature signature) Constructors in net.minecraft.client.gui.components with parameters of type MessageSignatureModifierConstructorDescriptionprivateDelayedMessageDeletion(MessageSignature signature, int deletableAfter) Creates an instance of aDelayedMessageDeletionrecord class. -
Uses of MessageSignature in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidClientPacketListener.markMessageAsProcessed(MessageSignature signature, boolean wasShown) -
Uses of MessageSignature in net.minecraft.client.multiplayer.chat
Fields in net.minecraft.client.multiplayer.chat declared as MessageSignatureModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureChatListener.Message.signatureThe field for thesignaturerecord component.private final @Nullable MessageSignatureGuiMessage.signatureThe field for thesignaturerecord component.Methods in net.minecraft.client.multiplayer.chat that return MessageSignatureModifier and TypeMethodDescription@Nullable MessageSignatureChatListener.Message.signature()Returns the value of thesignaturerecord component.@Nullable MessageSignatureGuiMessage.signature()Returns the value of thesignaturerecord component.Methods in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidChatListener.handleChatMessageError(UUID senderId, @Nullable MessageSignature invalidSignature, ChatType.Bound boundChatType) private voidChatListener.handleMessage(@Nullable MessageSignature signature, BooleanSupplier handler) booleanChatListener.removeFromDelayedMessageQueue(MessageSignature signature) Constructors in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifierConstructorDescriptionGuiMessage(int addedTime, Component content, @Nullable MessageSignature signature, GuiMessageSource source, @Nullable GuiMessageTag tag) Creates an instance of aGuiMessagerecord class.privateMessage(@Nullable 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 TypeMethodDescription@Nullable MessageSignatureArgumentSignatures.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 @Nullable MessageSignature[]MessageSignatureCache.entriesprivate final @Nullable MessageSignatureMessageSignature.Packed.fullSignatureThe field for thefullSignaturerecord component.private @Nullable MessageSignatureLastSeenMessagesValidator.lastPendingMessageprivate @Nullable MessageSignatureLastSeenMessagesTracker.lastTrackedMessageprivate final MessageSignatureLastSeenTrackedEntry.signatureThe field for thesignaturerecord component.private final @Nullable 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 TypeMethodDescription@Nullable MessageSignatureMessageSignature.Packed.fullSignature()Returns the value of thefullSignaturerecord component.@Nullable MessageSignatureSignedMessageChain.Encoder.pack(SignedMessageBody body) static MessageSignatureMessageSignature.read(FriendlyByteBuf input) LastSeenTrackedEntry.signature()Returns the value of thesignaturerecord component.@Nullable MessageSignaturePlayerChatMessage.signature()Returns the value of thesignaturerecord component.@Nullable MessageSignatureMessageSignatureCache.unpack(int id) 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 cache) Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionbooleanLastSeenMessagesTracker.addPending(MessageSignature message, boolean wasShown) voidLastSeenMessagesValidator.addPending(MessageSignature message) static StringMessageSignature.describe(@Nullable MessageSignature signature) voidLastSeenMessagesTracker.ignorePending(MessageSignature pendingMessage) intMessageSignatureCache.pack(MessageSignature signature) voidMessageSignatureCache.push(SignedMessageBody body, @Nullable MessageSignature signature) SignedMessageChain.Decoder.unpack(@Nullable MessageSignature signature, SignedMessageBody body) static voidMessageSignature.write(FriendlyByteBuf output, MessageSignature signature) Method parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifier and TypeMethodDescriptionprivate voidMessageSignatureCache.push(ArrayDeque<MessageSignature> queue) (package private) voidMessageSignatureCache.push(List<MessageSignature> entries) Constructors in net.minecraft.network.chat with parameters of type MessageSignatureModifierConstructorDescriptionLastSeenTrackedEntry(MessageSignature signature, boolean pending) Creates an instance of aLastSeenTrackedEntryrecord class.Packed(int id, @Nullable MessageSignature fullSignature) Creates an instance of aPackedrecord class.Packed(MessageSignature signature) PlayerChatMessage(SignedMessageLink link, @Nullable MessageSignature signature, SignedMessageBody signedBody, @Nullable 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 @Nullable MessageSignatureClientboundPlayerChatPacket.signatureThe field for thesignaturerecord component.private final @Nullable MessageSignatureServerboundChatPacket.signatureThe field for thesignaturerecord component.Methods in net.minecraft.network.protocol.game that return MessageSignatureModifier and TypeMethodDescription@Nullable MessageSignatureClientboundPlayerChatPacket.signature()Returns the value of thesignaturerecord component.@Nullable MessageSignatureServerboundChatPacket.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.network.protocol.game with parameters of type MessageSignatureModifierConstructorDescriptionClientboundPlayerChatPacket(int globalIndex, UUID sender, int index, @Nullable MessageSignature signature, SignedMessageBody.Packed body, @Nullable Component unsignedContent, FilterMask filterMask, ChatType.Bound chatType) Creates an instance of aClientboundPlayerChatPacketrecord class.ServerboundChatPacket(String message, Instant timeStamp, long salt, @Nullable MessageSignature signature, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatPacketrecord class.