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 @Nullable MessageSignatureGuiMessage.signatureThe field for thesignaturerecord component.Methods in net.minecraft.client that return MessageSignatureModifier and TypeMethodDescription@Nullable MessageSignatureGuiMessage.signature()Returns the value of thesignaturerecord component.Constructors in net.minecraft.client with parameters of type MessageSignatureModifierConstructorDescriptionGuiMessage(int addedTime, Component content, @Nullable MessageSignature signature, @Nullable 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 pChatComponent, @Nullable MessageSignature pHeaderSignature, @Nullable GuiMessageTag pTag) voidChatComponent.deleteMessage(MessageSignature pMessageSignature) private @Nullable ChatComponent.DelayedMessageDeletionChatComponent.deleteMessageOrDelay(MessageSignature pMessageSignature) 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
Methods in net.minecraft.client.multiplayer with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidClientPacketListener.markMessageAsProcessed(MessageSignature pSignature, boolean pAcknowledged) -
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.Methods in net.minecraft.client.multiplayer.chat that return MessageSignatureModifier and TypeMethodDescription@Nullable MessageSignatureChatListener.Message.signature()Returns the value of thesignaturerecord component.Methods in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionvoidChatListener.handleChatMessageError(UUID pSender, @Nullable MessageSignature pSignature, ChatType.Bound pBoundChatType) private voidChatListener.handleMessage(@Nullable MessageSignature pSignature, BooleanSupplier pHandler) booleanChatListener.removeFromDelayedMessageQueue(MessageSignature pSignature) Constructors in net.minecraft.client.multiplayer.chat with parameters of type MessageSignatureModifierConstructorDescription(package private)Message(@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 pBody) static MessageSignatureMessageSignature.read(FriendlyByteBuf pBuffer) LastSeenTrackedEntry.signature()Returns the value of thesignaturerecord component.@Nullable MessageSignaturePlayerChatMessage.signature()Returns the value of thesignaturerecord component.@Nullable MessageSignatureMessageSignatureCache.unpack(int pIndex) 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 pSignatureCache) Methods in net.minecraft.network.chat with parameters of type MessageSignatureModifier and TypeMethodDescriptionbooleanLastSeenMessagesTracker.addPending(MessageSignature pSignature, boolean pAcknowledged) voidLastSeenMessagesValidator.addPending(MessageSignature pSignature) static StringMessageSignature.describe(@Nullable MessageSignature pSignature) voidLastSeenMessagesTracker.ignorePending(MessageSignature pSignature) intMessageSignatureCache.pack(MessageSignature pSignature) voidMessageSignatureCache.push(SignedMessageBody pSignedMessageBody, @Nullable MessageSignature pSignature) SignedMessageChain.Decoder.unpack(@Nullable MessageSignature pSignature, SignedMessageBody pBody) static voidMessageSignature.write(FriendlyByteBuf pBuffer, MessageSignature pSignature) Method parameters in net.minecraft.network.chat with type arguments of type MessageSignatureModifier and TypeMethodDescriptionprivate voidMessageSignatureCache.push(ArrayDeque<MessageSignature> pDeque) (package private) voidMessageSignatureCache.push(List<MessageSignature> pChatMessages) 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 p_249705_) 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.