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