Uses of Record Class
net.minecraft.network.chat.LastSeenMessages.Update
Packages that use LastSeenMessages.Update
Package
Description
-
Uses of LastSeenMessages.Update in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return LastSeenMessages.Update -
Uses of LastSeenMessages.Update in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type LastSeenMessages.UpdateModifier and TypeMethodDescriptionLastSeenMessagesValidator.validateAndUpdate
(LastSeenMessages.Update p_242403_) -
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
ServerboundChatAckPacket.lastSeenMessages
The field for thelastSeenMessages
record component.private 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 TypeMethodDescriptionServerboundChatAckPacket.lastSeenMessages()
Returns the value of thelastSeenMessages
record component.ServerboundChatCommandPacket.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.UpdateModifierConstructorDescriptionServerboundChatAckPacket
(LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatAckPacket
record class.ServerboundChatCommandPacket
(String command, Instant timeStamp, long salt, ArgumentSignatures argumentSignatures, boolean signedPreview, LastSeenMessages.Update lastSeenMessages) Creates an instance of aServerboundChatCommandPacket
record class.ServerboundChatPacket
(String message, Instant timeStamp, long salt, MessageSignature signature, boolean signedPreview, 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 boolean
ServerGamePacketListenerImpl.tryHandleChat
(String p_242372_, Instant p_242311_, LastSeenMessages.Update p_242217_)