public class CameraInstructionSerializer_v712 extends CameraInstructionSerializer_618
| Modifier and Type | Field and Description |
|---|---|
static CameraInstructionSerializer_v712 |
INSTANCE |
| Constructor and Description |
|---|
CameraInstructionSerializer_v712() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet) |
protected CameraSetInstruction |
readSetInstruction(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper helper) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet) |
protected void |
writeSetInstruction(BedrockCodecHelper helper,
io.netty.buffer.ByteBuf buf,
CameraSetInstruction set) |
readColor, readEase, readTimeData, writeColor, writeEase, writeTimeDatapublic static final CameraInstructionSerializer_v712 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet)
serialize in interface BedrockPacketSerializer<CameraInstructionPacket>serialize in class CameraInstructionSerializer_618public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CameraInstructionPacket packet)
deserialize in interface BedrockPacketSerializer<CameraInstructionPacket>deserialize in class CameraInstructionSerializer_618protected void writeSetInstruction(BedrockCodecHelper helper, io.netty.buffer.ByteBuf buf, CameraSetInstruction set)
writeSetInstruction in class CameraInstructionSerializer_618protected CameraSetInstruction readSetInstruction(io.netty.buffer.ByteBuf buf, BedrockCodecHelper helper)
readSetInstruction in class CameraInstructionSerializer_618