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