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