public interface PacketSerializer<P,H>
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
H helper,
P packet) |
void |
serialize(ByteBuf buffer,
H helper,
P packet) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.