public class PartyDestinationCookieResponseSerializer_v1001 extends java.lang.Object implements BedrockPacketSerializer<PartyDestinationCookieResponsePacket>
| Modifier and Type | Field and Description |
|---|---|
static PartyDestinationCookieResponseSerializer_v1001 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
PartyDestinationCookieResponseSerializer_v1001() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PartyDestinationCookieResponsePacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PartyDestinationCookieResponsePacket packet) |
public static final PartyDestinationCookieResponseSerializer_v1001 INSTANCE
protected PartyDestinationCookieResponseSerializer_v1001()
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PartyDestinationCookieResponsePacket packet)
serialize in interface BedrockPacketSerializer<PartyDestinationCookieResponsePacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
PartyDestinationCookieResponsePacket packet)
deserialize in interface BedrockPacketSerializer<PartyDestinationCookieResponsePacket>