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
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_110::Description> mDescription;
22 ::ll::TypedStorage<8, 24, ::SharedTypes::v1_21_110::Shape> mShape;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ~VoxelShapeDocument();
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::SemVersionConstant const& VERSION();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace SharedTypes::v1_21_110
Definition SemVersionConstant.h:8
Definition VoxelShapeDocument.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5