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
ServerboundChatCommandPacket.lastSeenMessages
The field for thelastSeenMessages
record component.private final LastSeenMessages.Update
ServerboundChatPacket.lastSeenMessages
The field for thelastSeenMessages
record component.Modifier and TypeMethodDescriptionServerboundChatCommandPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.ServerboundChatPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.ModifierConstructorDescriptionServerboundChatCommandPacket
(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandPacket
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.tryHandleChat
(String p_251364_, Instant p_248959_, LastSeenMessages.Update p_249613_) private Optional<LastSeenMessages>
ServerGamePacketListenerImpl.unpackAndApplyLastSeen
(LastSeenMessages.Update p_249673_)