public class SimulationTypeSerializer_v448 extends java.lang.Object implements BedrockPacketSerializer<SimulationTypePacket>
| Modifier and Type | Field and Description |
|---|---|
static SimulationTypeSerializer_v448 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
SimulationTypeSerializer_v448() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SimulationTypePacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SimulationTypePacket packet) |
public static final SimulationTypeSerializer_v448 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SimulationTypePacket packet)
serialize in interface BedrockPacketSerializer<SimulationTypePacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SimulationTypePacket packet)
deserialize in interface BedrockPacketSerializer<SimulationTypePacket>