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& operator=(Contents const&);
31 Contents();
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCAPI ::SharedTypes::v1_21_20::JigsawStructureTemplatePool::Contents&
40
41 MCAPI ~Contents();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::std::string const& DEFAULT_FALLBACK();
54
55 MCAPI static ::SemVersionConstant const& VERSION();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCAPI void $dtor();
68 // NOLINTEND
69};
70
71} // namespace SharedTypes::v1_21_20::JigsawStructureTemplatePool
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5