public class CameraInstructionSerializer_v748 extends CameraInstructionSerializer_v712
| Modifier and Type | Field and Description |
|---|---|
static CameraInstructionSerializer_v748 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
CameraInstructionSerializer_v748() |
| Modifier and Type | Method and Description |
|---|---|
protected CameraSetInstruction |
readSetInstruction(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper helper) |
protected void |
writeSetInstruction(BedrockCodecHelper helper,
io.netty.buffer.ByteBuf buf,
CameraSetInstruction set) |
deserialize, serializereadColor, readEase, readTimeData, writeColor, writeEase, writeTimeDatapublic static final CameraInstructionSerializer_v748 INSTANCE
protected void writeSetInstruction(BedrockCodecHelper helper, io.netty.buffer.ByteBuf buf, CameraSetInstruction set)
writeSetInstruction in class CameraInstructionSerializer_v712protected CameraSetInstruction readSetInstruction(io.netty.buffer.ByteBuf buf, BedrockCodecHelper helper)
readSetInstruction in class CameraInstructionSerializer_v712