mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-14 13:20:12 +02:00
Edit javadoc
This commit is contained in:
parent
70d3b58bbf
commit
1f2558602c
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user