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::JigsawStructureDefinition {
12
13struct Contents {
14public:
15 // member variables
16 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 Contents(Contents const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI Contents();
35
37
38 MCAPI ::SharedTypes::v1_21_20::JigsawStructureDefinition::Contents&
40
41 MCAPI ::SharedTypes::v1_21_20::JigsawStructureDefinition::Contents&
43
44 MCAPI ~Contents();
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCAPI static ::SemVersionConstant const& VERSION();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCAPI void* $ctor();
63
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCAPI void $dtor();
71 // NOLINTEND
72};
73
74} // namespace SharedTypes::v1_21_20::JigsawStructureDefinition
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14