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/shared_types/util/Identifier.h"
7#include "mc/deps/shared_types/v1_21_110/biome/BiomeComponents.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_110 {
16
17struct BiomeJsonDocument {
18public:
19 // BiomeJsonDocument inner types declare
20 // clang-format off
21 struct BiomeJsonObject;
22 // clang-format on
23
24 // BiomeJsonDocument inner types define
25 struct BiomeJsonObject {
26 public:
27 // BiomeJsonObject inner types declare
28 // clang-format off
29 struct BiomeDescription;
30 // clang-format on
31
32 // BiomeJsonObject inner types define
33 struct BiomeDescription {
34 public:
35 // member variables
36 // NOLINTBEGIN
37 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<3>> mIdentifier;
38 // NOLINTEND
39
40 public:
41 // prevent constructor by default
42 BiomeDescription(BiomeDescription const&);
43 BiomeDescription();
44
45 public:
46 // member functions
47 // NOLINTBEGIN
48 MCFOLD ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
50
51 MCFOLD ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
53
54 MCAPI ~BiomeDescription();
55 // NOLINTEND
56
57 public:
58 // static functions
59 // NOLINTBEGIN
60 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
61 // NOLINTEND
62
63 public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCFOLD void $dtor();
67 // NOLINTEND
68 };
69
70 public:
71 // member variables
72 // NOLINTBEGIN
73 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject::BiomeDescription>
74 mDescription;
75 ::ll::TypedStorage<8, 48, ::SharedTypes::v1_21_110::BiomeComponents> mComponents;
76 // NOLINTEND
77
78 public:
79 // prevent constructor by default
80 BiomeJsonObject(BiomeJsonObject const&);
81 BiomeJsonObject();
82
83 public:
84 // member functions
85 // NOLINTBEGIN
86 MCFOLD ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject&
88
89 MCFOLD ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject&
91
92 MCAPI ~BiomeJsonObject();
93 // NOLINTEND
94
95 public:
96 // static functions
97 // NOLINTBEGIN
98 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
99 // NOLINTEND
100
101 public:
102 // destructor thunk
103 // NOLINTBEGIN
104 MCFOLD void $dtor();
105 // NOLINTEND
106 };
107
108public:
109 // member variables
110 // NOLINTBEGIN
111 ::ll::TypedStorage<8, 80, ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject> mBiomeJsonObject;
112 ::ll::TypedStorage<8, 32, ::std::string> mFormatVersion;
113 // NOLINTEND
114
115public:
116 // prevent constructor by default
117 BiomeJsonDocument& operator=(BiomeJsonDocument const&);
118 BiomeJsonDocument();
119
120public:
121 // member functions
122 // NOLINTBEGIN
123 MCAPI BiomeJsonDocument(::SharedTypes::v1_21_110::BiomeJsonDocument const&);
124
125 MCAPI ~BiomeJsonDocument();
126 // NOLINTEND
127
128public:
129 // static functions
130 // NOLINTBEGIN
131 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
132 // NOLINTEND
133
134public:
135 // static variables
136 // NOLINTBEGIN
137 MCAPI static ::std::string const& REGEX_BIOME_IDENTIFIER();
138
139 MCAPI static ::SemVersionConstant const& VERSION();
140 // NOLINTEND
141
142public:
143 // constructor thunks
144 // NOLINTBEGIN
145 MCAPI void* $ctor(::SharedTypes::v1_21_110::BiomeJsonDocument const&);
146 // NOLINTEND
147
148public:
149 // destructor thunk
150 // NOLINTBEGIN
151 MCAPI void $dtor();
152 // NOLINTEND
153};
154
155} // namespace SharedTypes::v1_21_110
Definition SemVersionConstant.h:8
Definition BiomeJsonDocument.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5