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