Uses of Record Class
net.minecraft.network.chat.LastSeenMessages.Update
Package
Description
-
Uses of LastSeenMessages.Update in net.minecraft.client.multiplayer
-
Uses of LastSeenMessages.Update in net.minecraft.network.chat
Modifier and TypeMethodDescriptionLastSeenMessagesValidator.validateAndUpdate
(LastSeenMessages.Update p_242403_) -
Uses of LastSeenMessages.Update in net.minecraft.network.protocol.game
Modifier 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.Modifier 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.ModifierConstructorDescriptionServerboundChatAckPacket
(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
Modifier and TypeMethodDescriptionprivate boolean
ServerGamePacketListenerImpl.tryHandleChat
(String p_242372_, Instant p_242311_, LastSeenMessages.Update p_242217_)