CLASS net/minecraft/class_7637 net/minecraft/network/message/LastSeenMessagesCollector COMMENT Collects the message that are last seen by a client. COMMENT COMMENT

The message, along with the "last received" message, forms an COMMENT "acknowledgment" of received messages. They are sent to the server COMMENT when the client has enough messages received or when they send a message. COMMENT COMMENT @implNote The maximum amount of message entries are specified in the constructor. COMMENT The vanilla clients collect 5 entries. Calling {@link #add} adds the message to COMMENT the beginning of the entries list, and evicts the oldest message. If there are COMMENT entries with the same sender profile ID, the older entry will be replaced with COMMENT {@code null} instead of filling the hole. COMMENT COMMENT @see AcknowledgmentValidator COMMENT @see LastSeenMessageList FIELD field_39885 entries [Lnet/minecraft/class_7635$class_7609; FIELD field_39886 size I FIELD field_39887 lastSeenMessages Lnet/minecraft/class_7635; METHOD (I)V ARG 1 size METHOD method_44985 getLastSeenMessages ()Lnet/minecraft/class_7635; METHOD method_44986 add (Lnet/minecraft/class_7635$class_7609;)V ARG 1 entry