Uses of Record Class
net.minecraft.network.message.MessageBody.LastSeenMessage
Packages that use MessageBody.LastSeenMessage
-
Uses of MessageBody.LastSeenMessage in net.minecraft.network.message
Fields in net.minecraft.network.message with type parameters of type MessageBody.LastSeenMessageModifier and TypeFieldDescriptionprivate final List<MessageBody.LastSeenMessage>MessageBody.lastSeenMessagesThe field for thelastSeenMessagesrecord component.Methods in net.minecraft.network.message that return types with arguments of type MessageBody.LastSeenMessageModifier and TypeMethodDescriptionMessageBody.lastSeenMessages()Returns the value of thelastSeenMessagesrecord component.Method parameters in net.minecraft.network.message with type arguments of type MessageBody.LastSeenMessageModifier and TypeMethodDescriptionprivate static byte[]MessageBody.toBytes(List<MessageBody.LastSeenMessage> messages) Constructor parameters in net.minecraft.network.message with type arguments of type MessageBody.LastSeenMessageModifierConstructorDescriptionMessageBody(Text text, Instant instant, long long2, List<MessageBody.LastSeenMessage> list)