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