public class UpdateClientInputLocksSerializer_v560 extends java.lang.Object implements BedrockPacketSerializer<UpdateClientInputLocksPacket>
| Constructor and Description |
|---|
UpdateClientInputLocksSerializer_v560() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdateClientInputLocksPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdateClientInputLocksPacket packet) |
public UpdateClientInputLocksSerializer_v560()
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdateClientInputLocksPacket packet)
serialize in interface BedrockPacketSerializer<UpdateClientInputLocksPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
UpdateClientInputLocksPacket packet)
deserialize in interface BedrockPacketSerializer<UpdateClientInputLocksPacket>