mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-14 21:20:15 +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;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PacketSnapshot encodes packet to byt array for each MC version.
|
* PacketSnapshot encodes packet to byte array for each MC version.
|
||||||
* Some versions have same snapshot, so there are mappings
|
* Some versions have same snapshot, so there are mappings to avoid data copying
|
||||||
* to avoid storing same bytes array for different versions
|
|
||||||
*/
|
*/
|
||||||
public class PacketSnapshot implements PacketOut {
|
public class PacketSnapshot implements PacketOut {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user