public class MovePlayerSerializer_v291 extends java.lang.Object implements BedrockPacketSerializer<MovePlayerPacket>
| Modifier and Type | Field and Description |
|---|---|
static MovePlayerSerializer_v291 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
MovePlayerSerializer_v291() |
| 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_v291 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
MovePlayerPacket packet)
serialize in interface BedrockPacketSerializer<MovePlayerPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
MovePlayerPacket packet)
deserialize in interface BedrockPacketSerializer<MovePlayerPacket>