Creates a Compressed from an Uncompressed packet. The Uncompressed packet is encoded and the data is compressed using zlib's deflate algorithm.
Compress.compress(Uncompress.fromPackets(RemoveWorld(1), RemoveWorld(2)));
See Implementation
Creates a Compressed from an Uncompressed packet. The Uncompressed packet is encoded and the data is compressed using zlib's deflate algorithm.