3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/platform/Result.h"
15namespace CameraInstructionOptions {
17struct SetInstruction {
40 EaseOption& operator=(EaseOption
const&);
41 EaseOption(EaseOption
const&);
47 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::EaseOption>
52 struct EntityOffsetOption {
63 EntityOffsetOption& operator=(EntityOffsetOption
const&);
64 EntityOffsetOption(EntityOffsetOption
const&);
70 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::EntityOffsetOption>
84 FacingOption& operator=(FacingOption
const&);
85 FacingOption(FacingOption
const&);
91 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::FacingOption>
105 PosOption& operator=(PosOption
const&);
106 PosOption(PosOption
const&);
112 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::PosOption>
127 RotOption& operator=(RotOption
const&);
128 RotOption(RotOption
const&);
134 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::RotOption>
139 struct ViewOffsetOption {
149 ViewOffsetOption& operator=(ViewOffsetOption
const&);
150 ViewOffsetOption(ViewOffsetOption
const&);
156 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::ViewOffsetOption>
177 SetInstruction& operator=(SetInstruction
const&);
178 SetInstruction(SetInstruction
const&);
Definition BinaryStream.h:11
Definition ReadOnlyBinaryStream.h:8
Definition SetInstruction.h:30
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::EaseOption > read(::ReadOnlyBinaryStream &stream)
Definition SetInstruction.h:52
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::EntityOffsetOption > read(::ReadOnlyBinaryStream &stream)
Definition SetInstruction.h:75
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::FacingOption > read(::ReadOnlyBinaryStream &stream)
Definition SetInstruction.h:96
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::PosOption > read(::ReadOnlyBinaryStream &stream)
Definition SetInstruction.h:117
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::RotOption > read(::ReadOnlyBinaryStream &stream)
Definition SetInstruction.h:139
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction::ViewOffsetOption > read(::ReadOnlyBinaryStream &stream)
Definition SetInstruction.h:17
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void write(::BinaryStream &stream) const
MCAPI bool operator==(::CameraInstructionOptions::SetInstruction const &other) const
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::SetInstruction > read(::ReadOnlyBinaryStream &stream)
Definition ReflectionCtx.h:11