LeviLamina
Loading...
Searching...
No Matches
ClientBiomeJsonDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_40 {
11
13public:
14 // ClientBiomeJsonDocument inner types declare
15 // clang-format off
17 // clang-format on
18
19 // ClientBiomeJsonDocument inner types define
21 public:
22 // ClientBiomeJsonObject inner types declare
23 // clang-format off
25 struct ComponentMap;
26 // clang-format on
27
28 // ClientBiomeJsonObject inner types define
30 public:
31 // member variables
32 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
40
41 public:
42 // member functions
43 // NOLINTBEGIN
44 MCNAPI ::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription&
47 );
48
49 MCNAPI ::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription&
52 );
53
55 // NOLINTEND
56
57 public:
58 // static functions
59 // NOLINTBEGIN
60 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
61 // NOLINTEND
62
63 public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68 };
69
70 struct ComponentMap {
71 public:
72 // member variables
73 // NOLINTBEGIN
75 // NOLINTEND
76
77 public:
78 // prevent constructor by default
79 ComponentMap& operator=(ComponentMap const&);
82
83 public:
84 // static functions
85 // NOLINTBEGIN
86 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
87 // NOLINTEND
88 };
89
90 public:
91 // member variables
92 // NOLINTBEGIN
95 // NOLINTEND
96
97 public:
98 // prevent constructor by default
101
102 public:
103 // member functions
104 // NOLINTBEGIN
105 MCNAPI ::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject&
107
108 MCNAPI ::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject&
110
112 // NOLINTEND
113
114 public:
115 // static functions
116 // NOLINTBEGIN
118 // NOLINTEND
119
120 public:
121 // destructor thunk
122 // NOLINTBEGIN
123 MCNAPI void $dtor();
124 // NOLINTEND
125 };
126
127public:
128 // member variables
129 // NOLINTBEGIN
132 // NOLINTEND
133
134public:
135 // prevent constructor by default
139
140public:
141 // member functions
142 // NOLINTBEGIN
144 // NOLINTEND
145
146public:
147 // static functions
148 // NOLINTBEGIN
150 // NOLINTEND
151
152public:
153 // destructor thunk
154 // NOLINTBEGIN
155 MCNAPI void $dtor();
156 // NOLINTEND
157};
158
159} // namespace SharedTypes::v1_21_40
MCAPI::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription & operator=(::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription const &)
MCAPI::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription & operator=(::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription &&)
MCAPI::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject & operator=(::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject & operator=(::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject const &)
Definition ClientBiomeJsonDocument.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14