LeviLamina
Loading...
Searching...
No Matches
SetInstruction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/EasingType.h"
7#include "mc/deps/core/math/Vec3.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace CameraInstructionOptions {
15
17public:
18 // SetInstruction inner types declare
19 // clang-format off
20 struct EaseOption;
21 struct EntityOffsetOption;
22 struct FacingOption;
23 struct PosOption;
24 struct RotOption;
25 struct ViewOffsetOption;
26 // clang-format on
27
28 // SetInstruction inner types define
29 struct EaseOption {
30 public:
31 // member variables
32 // NOLINTBEGIN
33 ::ll::TypedStorage<4, 4, ::EasingType> mEasingType;
34 ::ll::TypedStorage<4, 4, float> mEasingTime;
35 // NOLINTEND
36
37 public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI bool operator==(::CameraInstructionOptions::SetInstruction::EaseOption const& other) const;
41 // NOLINTEND
42
43 public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48 };
49
51 public:
52 // member variables
53 // NOLINTBEGIN
54 ::ll::TypedStorage<4, 4, float> mEntityOffsetX;
55 ::ll::TypedStorage<4, 4, float> mEntityOffsetY;
56 ::ll::TypedStorage<4, 4, float> mEntityOffsetZ;
57 // NOLINTEND
58
59 public:
60 // member functions
61 // NOLINTBEGIN
62 MCFOLD bool operator==(::CameraInstructionOptions::SetInstruction::EntityOffsetOption const& other) const;
63 // NOLINTEND
64
65 public:
66 // static functions
67 // NOLINTBEGIN
68 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
69 // NOLINTEND
70 };
71
72 struct FacingOption {
73 public:
74 // member variables
75 // NOLINTBEGIN
76 ::ll::TypedStorage<4, 12, ::Vec3> mFacingPos;
77 // NOLINTEND
78
79 public:
80 // member functions
81 // NOLINTBEGIN
82 MCFOLD bool operator==(::CameraInstructionOptions::SetInstruction::FacingOption const& other) const;
83 // NOLINTEND
84
85 public:
86 // static functions
87 // NOLINTBEGIN
88 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
89 // NOLINTEND
90 };
91
92 struct PosOption {
93 public:
94 // member variables
95 // NOLINTBEGIN
96 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
97 // NOLINTEND
98
99 public:
100 // member functions
101 // NOLINTBEGIN
102 MCFOLD bool operator==(::CameraInstructionOptions::SetInstruction::PosOption const& other) const;
103 // NOLINTEND
104
105 public:
106 // static functions
107 // NOLINTBEGIN
108 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
109 // NOLINTEND
110 };
111
112 struct RotOption {
113 public:
114 // member variables
115 // NOLINTBEGIN
116 ::ll::TypedStorage<4, 4, float> mRotX;
117 ::ll::TypedStorage<4, 4, float> mRotY;
118 // NOLINTEND
119
120 public:
121 // member functions
122 // NOLINTBEGIN
123 MCFOLD bool operator==(::CameraInstructionOptions::SetInstruction::RotOption const& other) const;
124 // NOLINTEND
125
126 public:
127 // static functions
128 // NOLINTBEGIN
129 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
130 // NOLINTEND
131 };
132
134 public:
135 // member variables
136 // NOLINTBEGIN
137 ::ll::TypedStorage<4, 4, float> mViewOffsetX;
138 ::ll::TypedStorage<4, 4, float> mViewOffsetY;
139 // NOLINTEND
140
141 public:
142 // member functions
143 // NOLINTBEGIN
144 MCFOLD bool operator==(::CameraInstructionOptions::SetInstruction::ViewOffsetOption const& other) const;
145 // NOLINTEND
146
147 public:
148 // static functions
149 // NOLINTBEGIN
150 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
151 // NOLINTEND
152 };
153
154public:
155 // member variables
156 // NOLINTBEGIN
157 ::ll::TypedStorage<4, 4, uint> mPresetIndex;
158 ::ll::TypedStorage<4, 12, ::std::optional<::CameraInstructionOptions::SetInstruction::EaseOption>> mEase;
159 ::ll::TypedStorage<4, 16, ::std::optional<::CameraInstructionOptions::SetInstruction::PosOption>> mPos;
160 ::ll::TypedStorage<4, 12, ::std::optional<::CameraInstructionOptions::SetInstruction::RotOption>> mRot;
161 ::ll::TypedStorage<4, 16, ::std::optional<::CameraInstructionOptions::SetInstruction::FacingOption>> mFacing;
162 ::ll::TypedStorage<4, 12, ::std::optional<::CameraInstructionOptions::SetInstruction::ViewOffsetOption>>
163 mViewOffset;
164 ::ll::TypedStorage<4, 16, ::std::optional<::CameraInstructionOptions::SetInstruction::EntityOffsetOption>>
165 mEntityOffset;
166 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mDefault;
167 ::ll::TypedStorage<1, 1, bool> mRemoveIgnoreStartingValuesComponent;
168 // NOLINTEND
169
170public:
171 // member functions
172 // NOLINTBEGIN
173 MCAPI bool operator==(::CameraInstructionOptions::SetInstruction const& other) const;
174 // NOLINTEND
175
176public:
177 // static functions
178 // NOLINTBEGIN
179 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
180 // NOLINTEND
181};
182
183} // namespace CameraInstructionOptions
Definition SetInstruction.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5