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