public class ClientboundDataStoreSerializer_v924 extends ClientboundDataStoreSerializer_v898
| Modifier and Type | Field and Description |
|---|---|
static ClientboundDataStoreSerializer_v924 |
INSTANCE |
| Constructor and Description |
|---|
ClientboundDataStoreSerializer_v924() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ClientboundDataStorePacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ClientboundDataStorePacket packet) |
readDataStoreChange, writeDataStoreChangepublic static final ClientboundDataStoreSerializer_v924 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ClientboundDataStorePacket packet)
serialize in interface BedrockPacketSerializer<ClientboundDataStorePacket>serialize in class ClientboundDataStoreSerializer_v898public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ClientboundDataStorePacket packet)
deserialize in interface BedrockPacketSerializer<ClientboundDataStorePacket>deserialize in class ClientboundDataStoreSerializer_v898