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