public interface IByteBufSerializable
Optional: constructor with one ByteBuf argument will be used for unserialize packet
| Modifier and Type | Method and Description |
|---|---|
default void |
serialize(io.netty.buffer.ByteBuf acc)
Serialize this packet to ByteBuf
for send by net
|