Uses of Record Class
net.minecraft.network.chat.LastSeenMessages.Update
Package
Description
-
Uses of LastSeenMessages.Update in net.minecraft.network.chat
Modifier and TypeFieldDescriptionprivate final LastSeenMessages.Update
LastSeenMessagesTracker.Update.update
The field for theupdate
record component.Modifier and TypeMethodDescriptionLastSeenMessagesTracker.Update.update()
Returns the value of theupdate
record component.Modifier and TypeMethodDescriptionLastSeenMessagesValidator.applyUpdate
(LastSeenMessages.Update p_248868_) ModifierConstructorDescriptionUpdate
(LastSeenMessages lastSeen, LastSeenMessages.Update update) Creates an instance of aUpdate
record class. -
Uses of LastSeenMessages.Update in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final LastSeenMessages.Update
ServerboundChatCommandSignedPacket.lastSeenMessages
The field for thelastSeenMessages
record component.private final LastSeenMessages.Update
ServerboundChatPacket.lastSeenMessages
The field for thelastSeenMessages
record component.Modifier and TypeMethodDescriptionServerboundChatCommandSignedPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.ServerboundChatPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.ModifierConstructorDescriptionServerboundChatCommandSignedPacket
(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandSignedPacket
record class.ServerboundChatPacket
(String message, Instant timeStamp, long salt, MessageSignature signature, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatPacket
record class. -
Uses of LastSeenMessages.Update in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate Optional
<LastSeenMessages> ServerGamePacketListenerImpl.unpackAndApplyLastSeen
(LastSeenMessages.Update p_249673_)