LeviLamina
Loading...
Searching...
No Matches
Contents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_21_20::JigsawStructureTemplatePool {
12
13struct Contents {
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 Contents(Contents const&);
25 Contents();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ::SharedTypes::v1_21_20::JigsawStructureTemplatePool::Contents&
32
33 MCAPI ::SharedTypes::v1_21_20::JigsawStructureTemplatePool::Contents&
35
36 MCAPI ~Contents();
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_20::JigsawStructureTemplatePool
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14