Uses of Record Class
net.minecraft.network.message.MessageSignatureData
Packages that use MessageSignatureData
Package
Description
-
Uses of MessageSignatureData in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as MessageSignatureDataModifier and TypeFieldDescriptionprivate final MessageSignatureData
ChatHud.RemovalQueuedMessage.signature
The field for thesignature
record component.private final @Nullable MessageSignatureData
ChatHudLine.signature
The field for thesignature
record component.Methods in net.minecraft.client.gui.hud that return MessageSignatureDataModifier and TypeMethodDescriptionChatHud.RemovalQueuedMessage.signature()
Returns the value of thesignature
record component.ChatHudLine.signature()
Returns the value of thesignature
record component.Methods in net.minecraft.client.gui.hud with parameters of type MessageSignatureDataModifier and TypeMethodDescriptionprivate void
ChatHud.addMessage
(Text message, @Nullable MessageSignatureData signature, int ticks, @Nullable MessageIndicator indicator, boolean refresh) void
ChatHud.addMessage
(Text message, @Nullable MessageSignatureData signature, @Nullable MessageIndicator indicator) ChatHud.queueForRemoval
(MessageSignatureData signature) void
ChatHud.removeMessage
(MessageSignatureData signature) Constructors in net.minecraft.client.gui.hud with parameters of type MessageSignatureDataModifierConstructorDescriptionChatHudLine
(int creationTick, Text text, @Nullable MessageSignatureData messageSignatureData, @Nullable MessageIndicator messageIndicator) (package private)
RemovalQueuedMessage
(MessageSignatureData messageSignatureData, int int2) -
Uses of MessageSignatureData in net.minecraft.client.network.message
Fields in net.minecraft.client.network.message declared as MessageSignatureDataModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureData
MessageHandler.ProcessableMessage.signature
The field for thesignature
record component.Methods in net.minecraft.client.network.message that return MessageSignatureDataModifier and TypeMethodDescriptionMessageHandler.ProcessableMessage.signature()
Returns the value of thesignature
record component.Methods in net.minecraft.client.network.message with parameters of type MessageSignatureDataModifier and TypeMethodDescriptionprivate void
MessageHandler.process
(@Nullable MessageSignatureData signature, BooleanSupplier processor) Queuesprocessor
during the chat delay, otherwise runs the processor.boolean
MessageHandler.removeDelayedMessage
(MessageSignatureData signature) Removes a delayed message whose signature matchessignature
.Constructors in net.minecraft.client.network.message with parameters of type MessageSignatureDataModifierConstructorDescription(package private)
ProcessableMessage
(@Nullable MessageSignatureData messageSignatureData, BooleanSupplier booleanSupplier) -
Uses of MessageSignatureData in net.minecraft.client.session.report
Fields in net.minecraft.client.session.report with type parameters of type MessageSignatureDataModifier and TypeFieldDescriptionprivate final Set<MessageSignatureData>
ContextMessageCollector.ContextMessage.lastSeenEntries
-
Uses of MessageSignatureData in net.minecraft.network.message
Fields in net.minecraft.network.message declared as MessageSignatureDataModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureData
MessageSignatureData.Indexed.fullSignature
The field for thefullSignature
record component.private @Nullable MessageSignatureData
LastSeenMessagesCollector.lastAdded
private @Nullable MessageSignatureData
AcknowledgmentValidator.lastSignature
private final MessageSignatureData
AcknowledgedMessage.signature
The field for thesignature
record component.private final MessageSignatureData
ArgumentSignatureDataMap.Entry.signature
The field for thesignature
record component.private final @Nullable MessageSignatureData
SignedMessage.signature
The field for thesignature
record component.private final MessageSignatureData[]
MessageSignatureStorage.signatures
Fields in net.minecraft.network.message with type parameters of type MessageSignatureDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MessageSignatureData>
MessageSignatureData.CODEC
private final List<MessageSignatureData>
LastSeenMessageList.entries
The field for theentries
record component.Methods in net.minecraft.network.message that return MessageSignatureDataModifier and TypeMethodDescriptionstatic MessageSignatureData
MessageSignatureData.fromBuf
(PacketByteBuf buf) MessageSignatureData.Indexed.fullSignature()
Returns the value of thefullSignature
record component.Returns the signature data forargumentName
, ornull
if the argument name is not present in this signatures.MessageSignatureStorage.get
(int index) MessageChain.Packer.pack
(MessageBody body) AcknowledgedMessage.signature()
Returns the value of thesignature
record component.ArgumentSignatureDataMap.Entry.signature()
Returns the value of thesignature
record component.SignedMessage.signature()
Returns the value of thesignature
record component.Methods in net.minecraft.network.message that return types with arguments of type MessageSignatureDataModifier and TypeMethodDescriptionLastSeenMessageList.entries()
Returns the value of theentries
record component.MessageSignatureData.Indexed.getSignature
(MessageSignatureStorage storage) Methods in net.minecraft.network.message with parameters of type MessageSignatureDataModifier and TypeMethodDescriptionboolean
LastSeenMessagesCollector.add
(MessageSignatureData signature, boolean displayed) void
MessageSignatureStorage.add
(MessageBody body, @Nullable MessageSignatureData signature) void
AcknowledgmentValidator.addPending
(MessageSignatureData signature) int
MessageSignatureStorage.indexOf
(MessageSignatureData signature) void
LastSeenMessagesCollector.remove
(MessageSignatureData signature) MessageChain.Unpacker.unpack
(@Nullable MessageSignatureData signature, MessageBody body) static void
MessageSignatureData.write
(PacketByteBuf buf, MessageSignatureData signature) Method parameters in net.minecraft.network.message with type arguments of type MessageSignatureDataModifier and TypeMethodDescriptionprivate void
MessageSignatureStorage.addFrom
(ArrayDeque<MessageSignatureData> deque) (package private) void
MessageSignatureStorage.addFrom
(List<MessageSignatureData> signatures) Constructors in net.minecraft.network.message with parameters of type MessageSignatureDataModifierConstructorDescriptionAcknowledgedMessage
(MessageSignatureData messageSignatureData, boolean bool) Entry
(String string, MessageSignatureData messageSignatureData) Indexed
(int int2, @Nullable MessageSignatureData messageSignatureData) Indexed
(MessageSignatureData signature) SignedMessage
(MessageLink messageLink, @Nullable MessageSignatureData messageSignatureData, MessageBody messageBody, @Nullable Text text, FilterMask filterMask) Constructor parameters in net.minecraft.network.message with type arguments of type MessageSignatureData -
Uses of MessageSignatureData in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as MessageSignatureDataModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureData
ChatMessageC2SPacket.signature
The field for thesignature
record component.Methods in net.minecraft.network.packet.c2s.play that return MessageSignatureDataModifier and TypeMethodDescriptionChatMessageC2SPacket.signature()
Returns the value of thesignature
record component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type MessageSignatureDataModifierConstructorDescriptionChatMessageC2SPacket
(String string, Instant timestamp, long salt, @Nullable MessageSignatureData signature, LastSeenMessageList.Acknowledgment acknowledgment) -
Uses of MessageSignatureData in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as MessageSignatureDataModifier and TypeFieldDescriptionprivate final @Nullable MessageSignatureData
ChatMessageS2CPacket.signature
The field for thesignature
record component.Methods in net.minecraft.network.packet.s2c.play that return MessageSignatureDataModifier and TypeMethodDescriptionChatMessageS2CPacket.signature()
Returns the value of thesignature
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type MessageSignatureDataModifierConstructorDescriptionChatMessageS2CPacket
(UUID uUID, int int2, @Nullable MessageSignatureData messageSignatureData, MessageBody.Serialized serialized, @Nullable Text text, FilterMask filterMask, MessageType.Serialized serialized2)