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