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