public class MovePlayerSerializer_v419 extends MovePlayerSerializer_v291
| Modifier and Type | Field and Description |
|---|---|
static MovePlayerSerializer_v419 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
MovePlayerSerializer_v419() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
MovePlayerPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
MovePlayerPacket packet) |
public static final MovePlayerSerializer_v419 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
MovePlayerPacket packet)
serialize in interface BedrockPacketSerializer<MovePlayerPacket>serialize in class MovePlayerSerializer_v291public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
MovePlayerPacket packet)
deserialize in interface BedrockPacketSerializer<MovePlayerPacket>deserialize in class MovePlayerSerializer_v291