public class CameraInstructionSerializer_v924 extends CameraInstructionSerializer_v859
| Modifier and Type | Field and Description |
|---|---|
static CameraInstructionSerializer_v924 |
INSTANCE |
| Constructor and Description |
|---|
CameraInstructionSerializer_v924() |
| Modifier and Type | Method and Description |
|---|---|
protected CameraSplineInstruction |
readSplineInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeSplineInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraSplineInstruction splineInstruction) |
deserialize, serializereadFovInstruction, writeFovInstructionreadSetInstruction, writeSetInstructionreadColor, readEase, readTimeData, writeColor, writeEase, writeTimeDatapublic static final CameraInstructionSerializer_v924 INSTANCE
protected void writeSplineInstruction(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraSplineInstruction splineInstruction)
writeSplineInstruction in class CameraInstructionSerializer_v859protected CameraSplineInstruction readSplineInstruction(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readSplineInstruction in class CameraInstructionSerializer_v859