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
41
42 public:
43 // member functions
44 // NOLINTBEGIN
45 MCNAPI ::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject::ClientBiomeDescription&
48 );
49
51 // NOLINTEND
52
53 public:
54 // static functions
55 // NOLINTBEGIN
56 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
57 // NOLINTEND
58
59 public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64 };
65
66 struct ComponentMap {
67 public:
68 // member variables
69 // NOLINTBEGIN
71 // NOLINTEND
72
73 public:
74 // prevent constructor by default
75 ComponentMap& operator=(ComponentMap const&);
78
79 public:
80 // static functions
81 // NOLINTBEGIN
82 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
83 // NOLINTEND
84 };
85
86 public:
87 // member variables
88 // NOLINTBEGIN
91 // NOLINTEND
92
93 public:
94 // prevent constructor by default
98
99 public:
100 // member functions
101 // NOLINTBEGIN
102 MCNAPI ::SharedTypes::v1_21_40::ClientBiomeJsonDocument::ClientBiomeJsonObject&
104
106 // NOLINTEND
107
108 public:
109 // static functions
110 // NOLINTBEGIN
112 // NOLINTEND
113
114 public:
115 // destructor thunk
116 // NOLINTBEGIN
117 MCNAPI void $dtor();
118 // NOLINTEND
119 };
120
121public:
122 // member variables
123 // NOLINTBEGIN
126 // NOLINTEND
127
128public:
129 // prevent constructor by default
133
134public:
135 // member functions
136 // NOLINTBEGIN
138 // NOLINTEND
139
140public:
141 // static functions
142 // NOLINTBEGIN
144 // NOLINTEND
145
146public:
147 // destructor thunk
148 // NOLINTBEGIN
149 MCNAPI void $dtor();
150 // NOLINTEND
151};
152
153} // namespace SharedTypes::v1_21_40
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)
Definition ClientBiomeJsonDocument.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14