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