mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-19 13:51:22 +01:00
Little detail about FramedPacket
This commit is contained in:
parent
4bf120b714
commit
4f5847ff10
@ -4,7 +4,7 @@ import io.netty.buffer.ByteBuf;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* Represents a packet which is already framed.
|
||||
* Represents a packet which is already framed. (packet id->payload) + optional compression
|
||||
* Can be used if you want to send the exact same buffer to multiple clients without processing it more than once.
|
||||
*/
|
||||
public class FramedPacket {
|
||||
|
Loading…
Reference in New Issue
Block a user