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
7
class
Vec3
;
8
// clang-format on
9
10
namespace
BlockTransformationSerializer {
11
12
struct
RotationBindingType
{
13
public
:
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
21
public
:
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
Vec3
Definition
Vec3.h:10
BlockTransformationSerializer::RotationBindingType
Definition
RotationBindingType.h:12
src-server
mc
world
level
block
components
block_transformation_serializer
RotationBindingType.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0