public class CameraInstructionSerializer_v827 extends CameraInstructionSerializer_v818
| Modifier and Type | Field and Description |
|---|---|
static CameraInstructionSerializer_v827 |
INSTANCE |
| Constructor and Description |
|---|
CameraInstructionSerializer_v827() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet) |
protected CameraFovInstruction |
readFovInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet) |
protected void |
writeFovInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraFovInstruction fovInstruction) |
readSetInstruction, writeSetInstructionreadColor, readEase, readTimeData, writeColor, writeEase, writeTimeDatapublic static final CameraInstructionSerializer_v827 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet)
serialize in interface BedrockPacketSerializer<CameraInstructionPacket>serialize in class CameraInstructionSerializer_v712public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet)
deserialize in interface BedrockPacketSerializer<CameraInstructionPacket>deserialize in class CameraInstructionSerializer_v712protected void writeFovInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraFovInstruction fovInstruction)
protected CameraFovInstruction readFovInstruction(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)