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