PacketBundler
interface PacketBundler
Collects multiple packets to be sent together to a player.
This helps optimize network traffic by grouping related updates (e.g., bone movements) into a single bundle or batch.
Since
1.15.2
Collects multiple packets to be sent together to a player.
This helps optimize network traffic by grouping related updates (e.g., bone movements) into a single bundle or batch.
1.15.2