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::JigsawStructureSet {
12
13struct Contents {
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 Contents& operator=(Contents const&);
25 Contents(Contents const&);
26 Contents();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::SharedTypes::v1_21_20::JigsawStructureSet::Contents&
33
34 MCNAPI ~Contents();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static ::SemVersionConstant const& VERSION();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace SharedTypes::v1_21_20::JigsawStructureSet
Definition SemVersionConstant.h:8
static MCAPI ::SemVersionConstant const & VERSION()
MCAPI::SharedTypes::v1_21_20::JigsawStructureSet::Contents & operator=(::SharedTypes::v1_21_20::JigsawStructureSet::Contents &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14