CLASS net/minecraft/class_7638 net/minecraft/network/message/AcknowledgmentValidator COMMENT A class that validates the clients' message acknowledgment. COMMENT COMMENT

When clients receive or send messages, they send "acknowledgments" to the server, COMMENT containing messages they've last seen or received. If there are too many messages COMMENT waiting for message acknowledgments (more than {@value COMMENT net.minecraft.server.network.ServerPlayNetworkHandler#MAX_PENDING_ACKNOWLEDGMENTS}), COMMENT or if the acknowledgment is incorrect, the client will be disconnected. METHOD method_44989 addPending (Lnet/minecraft/class_7469;)V