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_70 {
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
24 struct ComponentMap;
25 // clang-format on
26
27 // ClientBiomeJsonObject inner types define
28 struct ComponentMap {
29 public:
30 // member variables
31 // NOLINTBEGIN
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
37 ComponentMap& operator=(ComponentMap const&);
40
41 public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46 };
47
48 public:
49 // member variables
50 // NOLINTBEGIN
53 // NOLINTEND
54
55 public:
56 // prevent constructor by default
59
60 public:
61 // member functions
62 // NOLINTBEGIN
63 MCNAPI ::SharedTypes::v1_21_70::ClientBiomeJsonDocument::ClientBiomeJsonObject&
65
66 MCNAPI ::SharedTypes::v1_21_70::ClientBiomeJsonDocument::ClientBiomeJsonObject&
68
70 // NOLINTEND
71
72 public:
73 // static functions
74 // NOLINTBEGIN
75 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
76 // NOLINTEND
77
78 public:
79 // destructor thunk
80 // NOLINTBEGIN
81 MCNAPI void $dtor();
82 // NOLINTEND
83 };
84
85public:
86 // member variables
87 // NOLINTBEGIN
90 // NOLINTEND
91
92public:
93 // prevent constructor by default
97
98public:
99 // member functions
100 // NOLINTBEGIN
102 // NOLINTEND
103
104public:
105 // static functions
106 // NOLINTBEGIN
108 // NOLINTEND
109
110public:
111 // destructor thunk
112 // NOLINTBEGIN
113 MCNAPI void $dtor();
114 // NOLINTEND
115};
116
117} // namespace SharedTypes::v1_21_70
MCAPI::SharedTypes::v1_21_70::ClientBiomeJsonDocument::ClientBiomeJsonObject & operator=(::SharedTypes::v1_21_70::ClientBiomeJsonDocument::ClientBiomeJsonObject const &)
MCAPI::SharedTypes::v1_21_70::ClientBiomeJsonDocument::ClientBiomeJsonObject & operator=(::SharedTypes::v1_21_70::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