public class UpdatePlayerGameTypeSerializer_v671 extends UpdatePlayerGameTypeSerializer_v407
| Modifier and Type | Field and Description |
|---|---|
static UpdatePlayerGameTypeSerializer_v671 |
INSTANCE |
| Constructor and Description |
|---|
UpdatePlayerGameTypeSerializer_v671() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdatePlayerGameTypePacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdatePlayerGameTypePacket packet) |
public static final UpdatePlayerGameTypeSerializer_v671 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdatePlayerGameTypePacket packet)
serialize in interface BedrockPacketSerializer<UpdatePlayerGameTypePacket>serialize in class UpdatePlayerGameTypeSerializer_v407public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdatePlayerGameTypePacket packet)
deserialize in interface BedrockPacketSerializer<UpdatePlayerGameTypePacket>deserialize in class UpdatePlayerGameTypeSerializer_v407