public class CorrectPlayerMovePredictionSerializer_v419 extends Object implements BedrockPacketSerializer<CorrectPlayerMovePredictionPacket>
| Modifier and Type | Field and Description |
|---|---|
static CorrectPlayerMovePredictionSerializer_v419 |
INSTANCE |
| Constructor and Description |
|---|
CorrectPlayerMovePredictionSerializer_v419() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
CorrectPlayerMovePredictionPacket packet) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
CorrectPlayerMovePredictionPacket packet) |
public static final CorrectPlayerMovePredictionSerializer_v419 INSTANCE
public CorrectPlayerMovePredictionSerializer_v419()
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, CorrectPlayerMovePredictionPacket packet)
serialize in interface BedrockPacketSerializer<CorrectPlayerMovePredictionPacket>public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, CorrectPlayerMovePredictionPacket packet)
deserialize in interface BedrockPacketSerializer<CorrectPlayerMovePredictionPacket>Copyright © 2018–2022 CloudburstMC. All rights reserved.