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