Uses of Record Class
net.minecraft.network.chat.LastSeenMessages.Update
Packages that use LastSeenMessages.Update
Package
Description
-
Uses of LastSeenMessages.Update in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as LastSeenMessages.UpdateModifier and TypeFieldDescriptionprivate final LastSeenMessages.Update
LastSeenMessagesTracker.Update.update
The field for theupdate
record component.Methods in net.minecraft.network.chat that return LastSeenMessages.UpdateModifier and TypeMethodDescriptionLastSeenMessagesTracker.Update.update()
Returns the value of theupdate
record component.Methods in net.minecraft.network.chat with parameters of type LastSeenMessages.UpdateModifier and TypeMethodDescriptionLastSeenMessagesValidator.applyUpdate
(LastSeenMessages.Update p_248868_) Constructors in net.minecraft.network.chat with parameters of type LastSeenMessages.UpdateModifierConstructorDescriptionUpdate
(LastSeenMessages lastSeen, LastSeenMessages.Update update) Creates an instance of aUpdate
record class. -
Uses of LastSeenMessages.Update in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as LastSeenMessages.UpdateModifier 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.Methods in net.minecraft.network.protocol.game that return LastSeenMessages.UpdateModifier and TypeMethodDescriptionServerboundChatCommandPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.ServerboundChatPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.Constructors in net.minecraft.network.protocol.game with parameters of type LastSeenMessages.UpdateModifierConstructorDescriptionServerboundChatCommandPacket
(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
Methods in net.minecraft.server.network with parameters of type LastSeenMessages.UpdateModifier and TypeMethodDescriptionprivate Optional<LastSeenMessages>
ServerGamePacketListenerImpl.tryHandleChat
(LastSeenMessages.Update p_249613_) private Optional<LastSeenMessages>
ServerGamePacketListenerImpl.unpackAndApplyLastSeen
(LastSeenMessages.Update p_249673_)