Edit javadoc

This commit is contained in:
Nanit 2022-07-01 12:55:00 +03:00
parent 70d3b58bbf
commit 1f2558602c

View File

@ -23,9 +23,8 @@ import java.util.HashMap;
import java.util.Map;
/**
* PacketSnapshot encodes packet to byt array for each MC version.
* Some versions have same snapshot, so there are mappings
* to avoid storing same bytes array for different versions
* PacketSnapshot encodes packet to byte array for each MC version.
* Some versions have same snapshot, so there are mappings to avoid data copying
*/
public class PacketSnapshot implements PacketOut {