public interface PacketCodec<T extends NetworkPacket>
| Modifier and Type | Method and Description |
|---|---|
int |
getId(T packet) |
T |
tryDecode(io.netty.buffer.ByteBuf byteBuf) |
io.netty.buffer.ByteBuf |
tryEncode(T packet) |
Copyright © 2018–2019. All rights reserved.