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.UpdateLastSeenMessagesTracker.Update.updateThe field for theupdaterecord component.Methods in net.minecraft.network.chat that return LastSeenMessages.UpdateModifier and TypeMethodDescriptionLastSeenMessagesTracker.Update.update()Returns the value of theupdaterecord component.Methods in net.minecraft.network.chat with parameters of type LastSeenMessages.UpdateModifier and TypeMethodDescriptionLastSeenMessagesValidator.applyUpdate(LastSeenMessages.Update pUpdate) Constructors in net.minecraft.network.chat with parameters of type LastSeenMessages.UpdateModifierConstructorDescriptionUpdate(LastSeenMessages lastSeen, LastSeenMessages.Update update) Creates an instance of aUpdaterecord 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.UpdateServerboundChatCommandSignedPacket.lastSeenMessagesThe field for thelastSeenMessagesrecord component.private final LastSeenMessages.UpdateServerboundChatPacket.lastSeenMessagesThe field for thelastSeenMessagesrecord component.Methods in net.minecraft.network.protocol.game that return LastSeenMessages.UpdateModifier and TypeMethodDescriptionServerboundChatCommandSignedPacket.lastSeenMessages()Returns the value of thelastSeenMessagesrecord component.ServerboundChatPacket.lastSeenMessages()Returns the value of thelastSeenMessagesrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type LastSeenMessages.UpdateModifierConstructorDescriptionServerboundChatCommandSignedPacket(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandSignedPacketrecord class.ServerboundChatPacket(String message, Instant timeStamp, long salt, @Nullable MessageSignature signature, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatPacketrecord 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.unpackAndApplyLastSeen(LastSeenMessages.Update pUpdate)