LeviLamina
Loading...
Searching...
No Matches
BiomeJsonDocument.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_20_60 {
11
13public:
14 // BiomeJsonDocument inner types declare
15 // clang-format off
16 struct BiomeJsonObject;
17 // clang-format on
18
19 // BiomeJsonDocument inner types define
21 public:
22 // BiomeJsonObject inner types declare
23 // clang-format off
24 struct BiomeDescription;
25 struct ComponentMap;
26 // clang-format on
27
28 // BiomeJsonObject 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_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
46
47 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
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
76
77 public:
78 // member functions
79 // NOLINTBEGIN
81
82 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap&
84 // NOLINTEND
85
86 public:
87 // static functions
88 // NOLINTBEGIN
89 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
90 // NOLINTEND
91
92 public:
93 // constructor thunks
94 // NOLINTBEGIN
96 // NOLINTEND
97 };
98
99 public:
100 // member variables
101 // NOLINTBEGIN
104 // NOLINTEND
105
106 public:
107 // prevent constructor by default
110
111 public:
112 // member functions
113 // NOLINTBEGIN
114 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject&
116
117 MCNAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject&
119
121 // NOLINTEND
122
123 public:
124 // static functions
125 // NOLINTBEGIN
127 // NOLINTEND
128
129 public:
130 // destructor thunk
131 // NOLINTBEGIN
132 MCNAPI void $dtor();
133 // NOLINTEND
134 };
135
136public:
137 // member variables
138 // NOLINTBEGIN
141 // NOLINTEND
142
143public:
144 // prevent constructor by default
145 BiomeJsonDocument& operator=(BiomeJsonDocument const&);
148
149public:
150 // static functions
151 // NOLINTBEGIN
153 // NOLINTEND
154};
155
156} // namespace SharedTypes::v1_20_60
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:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14