3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/platform/Result.h"
14namespace CameraInstructionOptions {
16struct FadeInstruction {
36 ColorOption& operator=(ColorOption
const&);
37 ColorOption(ColorOption
const&);
43 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::FadeInstruction::ColorOption>
59 TimeOption& operator=(TimeOption
const&);
60 TimeOption(TimeOption
const&);
66 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::FadeInstruction::TimeOption>
80 FadeInstruction& operator=(FadeInstruction
const&);
81 FadeInstruction(FadeInstruction
const&);
Definition ReadOnlyBinaryStream.h:8
Definition FadeInstruction.h:25
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::FadeInstruction::ColorOption > read(::ReadOnlyBinaryStream &stream)
Definition FadeInstruction.h:48
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::FadeInstruction::TimeOption > read(::ReadOnlyBinaryStream &stream)
Definition FadeInstruction.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI bool operator==(::CameraInstructionOptions::FadeInstruction const &other) const
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::FadeInstruction > read(::ReadOnlyBinaryStream &stream)
Definition ReflectionCtx.h:11