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