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