LeviLamina
Loading...
Searching...
No Matches
BiomeJsonDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/Constraint.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { class SerializerContext; }
11namespace cereal { struct ReflectionCtx; }
12namespace cereal::internal { struct ConstraintDescription; }
13// clang-format on
14
15namespace SharedTypes::v1_20_60 {
16
18public:
19 // BiomeJsonDocument inner types declare
20 // clang-format off
21 struct BiomeJsonObject;
22 // clang-format on
23
24 // BiomeJsonDocument inner types define
26 public:
27 // BiomeJsonObject inner types declare
28 // clang-format off
29 struct BiomeDescription;
30 struct ComponentMap;
31 // clang-format on
32
33 // BiomeJsonObject inner types define
35 public:
36 // BiomeDescription inner types declare
37 // clang-format off
39 // clang-format on
40
41 // BiomeDescription inner types define
43 public:
44 // virtual functions
45 // NOLINTBEGIN
46 // vIndex: 0
47 virtual void doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const
48 /*override*/;
49
50 // vIndex: 2
51 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
52
53 // vIndex: 1
54 virtual ~BiomeIdentifierReferenceConstraint() /*override*/ = default;
55 // NOLINTEND
56
57 public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI void $doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const;
61
62 MCNAPI ::cereal::internal::ConstraintDescription $description() const;
63 // NOLINTEND
64
65 public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70 };
71
72 public:
73 // member variables
74 // NOLINTBEGIN
76 // NOLINTEND
77
78 public:
79 // prevent constructor by default
82
83 public:
84 // member functions
85 // NOLINTBEGIN
86 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
88
89 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
91
93 // NOLINTEND
94
95 public:
96 // static functions
97 // NOLINTBEGIN
98 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
99 // NOLINTEND
100
101 public:
102 // destructor thunk
103 // NOLINTBEGIN
104 MCNAPI void $dtor();
105 // NOLINTEND
106 };
107
109 public:
110 // member variables
111 // NOLINTBEGIN
113 // NOLINTEND
114
115 public:
116 // prevent constructor by default
117 ComponentMap();
118
119 public:
120 // member functions
121 // NOLINTBEGIN
123
124 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap&
126 // NOLINTEND
127
128 public:
129 // static functions
130 // NOLINTBEGIN
132 // NOLINTEND
133
134 public:
135 // constructor thunks
136 // NOLINTBEGIN
138 // NOLINTEND
139 };
140
141 public:
142 // member variables
143 // NOLINTBEGIN
146 // NOLINTEND
147
148 public:
149 // prevent constructor by default
152
153 public:
154 // member functions
155 // NOLINTBEGIN
156 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject&
158
159 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject&
161
163 // NOLINTEND
164
165 public:
166 // static functions
167 // NOLINTBEGIN
169 // NOLINTEND
170
171 public:
172 // destructor thunk
173 // NOLINTBEGIN
174 MCNAPI void $dtor();
175 // NOLINTEND
176 };
177
178public:
179 // member variables
180 // NOLINTBEGIN
183 // NOLINTEND
184
185public:
186 // prevent constructor by default
187 BiomeJsonDocument& operator=(BiomeJsonDocument const&);
190
191public:
192 // static functions
193 // NOLINTBEGIN
195 // NOLINTEND
196};
197
198} // namespace SharedTypes::v1_20_60
Definition Constraint.h:13
Definition SerializerContext.h:11
MCAPI void $doValidate(::entt::meta_any const &any, ::cereal::SerializerContext &context) const
MCAPI::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription & operator=(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription &&)
MCAPI::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription & operator=(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ComponentMap(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap const &)
MCAPI::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap & operator=(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap const &)
MCAPI void * $ctor(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap const &)
MCAPI::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject & operator=(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject & operator=(::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject const &)
Definition BiomeJsonDocument.h:17
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition context.h:5
Definition ctx.h:5
Definition Alias.h:14