LeviLamina
Loading...
Searching...
No Matches
VoxelShapeDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_110/voxelshape/Description.h"
7#include "mc/deps/shared_types/v1_21_110/voxelshape/Shape.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_110 {
16
17struct VoxelShapeDocument {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 48, ::SharedTypes::v1_21_110::Description> mDescription;
22 ::ll::TypedStorage<8, 24, ::SharedTypes::v1_21_110::Shape> mShape;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 VoxelShapeDocument& operator=(VoxelShapeDocument const&);
28 VoxelShapeDocument(VoxelShapeDocument const&);
29 VoxelShapeDocument();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::SharedTypes::v1_21_110::VoxelShapeDocument& operator=(::SharedTypes::v1_21_110::VoxelShapeDocument&&);
35
36 MCAPI ~VoxelShapeDocument();
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCAPI static ::SemVersionConstant const& VERSION();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace SharedTypes::v1_21_110
Definition SemVersionConstant.h:8
Definition VoxelShapeDocument.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5