LeviLamina
Loading...
Searching...
No Matches
RotationBindingType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Vec3;
8// clang-format on
9
10namespace BlockTransformationSerializer {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<4, 4, int> x;
17 ::ll::TypedStorage<4, 4, int> y;
18 ::ll::TypedStorage<4, 4, int> z;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::Vec3 rotationTypeAsVec3() const;
25
26 MCAPI void rotationTypeFromVec3(::Vec3 const& arr);
27 // NOLINTEND
28};
29
30} // namespace BlockTransformationSerializer
Definition Vec3.h:10
Definition RotationBindingType.h:12