public class CameraInstructionSerializer_v944 extends CameraInstructionSerializer_v924
| Modifier and Type | Field and Description |
|---|---|
static CameraInstructionSerializer_v944 |
INSTANCE |
| Constructor and Description |
|---|
CameraInstructionSerializer_v944() |
| Modifier and Type | Method and Description |
|---|---|
protected CameraFovInstruction |
readFovInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected CameraSplineInstruction |
readSplineInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeFovInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraFovInstruction fovInstruction) |
protected void |
writeSplineInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraSplineInstruction splineInstruction) |
deserialize, serializereadSetInstruction, writeSetInstructionreadColor, readEase, readTimeData, writeColor, writeEase, writeTimeDatapublic static final CameraInstructionSerializer_v944 INSTANCE
protected void writeSplineInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraSplineInstruction splineInstruction)
writeSplineInstruction in class CameraInstructionSerializer_v924protected CameraSplineInstruction readSplineInstruction(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readSplineInstruction in class CameraInstructionSerializer_v924protected void writeFovInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraFovInstruction fovInstruction)
writeFovInstruction in class CameraInstructionSerializer_v827protected CameraFovInstruction readFovInstruction(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readFovInstruction in class CameraInstructionSerializer_v827