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