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 MCFOLD ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
46
47 MCFOLD ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::BiomeDescription&
49
50 MCAPI ~BiomeDescription();
51 // NOLINTEND
52
53 public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCFOLD void $dtor();
57 // NOLINTEND
58 };
59
60 struct ComponentMap {
61 public:
62 // member variables
63 // NOLINTBEGIN
65 // NOLINTEND
66
67 public:
68 // prevent constructor by default
70
71 public:
72 // member functions
73 // NOLINTBEGIN
75
76 MCFOLD ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject::ComponentMap&
78 // NOLINTEND
79
80 public:
81 // static functions
82 // NOLINTBEGIN
83 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
84 // NOLINTEND
85
86 public:
87 // constructor thunks
88 // NOLINTBEGIN
90 // NOLINTEND
91 };
92
93 public:
94 // member variables
95 // NOLINTBEGIN
98 // NOLINTEND
99
100 public:
101 // prevent constructor by default
104
105 public:
106 // member functions
107 // NOLINTBEGIN
108 MCAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject&
110
111 MCAPI ::SharedTypes::v1_20_60::BiomeJsonDocument::BiomeJsonObject&
113
114 MCAPI ~BiomeJsonObject();
115 // NOLINTEND
116
117 public:
118 // destructor thunk
119 // NOLINTBEGIN
120 MCAPI void $dtor();
121 // NOLINTEND
122 };
123
124public:
125 // member variables
126 // NOLINTBEGIN
129 // NOLINTEND
130
131public:
132 // prevent constructor by default
133 BiomeJsonDocument& operator=(BiomeJsonDocument const&);
136
137public:
138 // static functions
139 // NOLINTBEGIN
140 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
141 // NOLINTEND
142};
143
144} // namespace SharedTypes::v1_20_60
Definition BiomeJsonDocument.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14