yarn/mappings/net/minecraft/network/message/AcknowledgmentValidator.map...

10 lines
649 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_7638 net/minecraft/network/message/AcknowledgmentValidator
COMMENT A class that validates the clients' message acknowledgment.
COMMENT
COMMENT <p>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.
2022-10-19 13:11:34 -04:00
METHOD method_44989 addPending (Lnet/minecraft/class_7469;)V