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