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