LeviLamina
Loading...
Searching...
No Matches
SurfaceMaterialAdjustmentsBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_60 {
14
16public:
17 // SurfaceMaterialAdjustmentsBiomeJsonComponent inner types declare
18 // clang-format off
21 // clang-format on
22
23 // SurfaceMaterialAdjustmentsBiomeJsonComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
39
40 public:
41 // member functions
42 // NOLINTBEGIN
45
47 // NOLINTEND
48
49 public:
50 // constructor thunks
51 // NOLINTBEGIN
54 // NOLINTEND
55
56 public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61 };
62
64 public:
65 // member variables
66 // NOLINTBEGIN
71 // NOLINTEND
72
73 public:
74 // prevent constructor by default
77
78 public:
79 // member functions
80 // NOLINTBEGIN
83
84 MCAPI ::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment&
87
88 MCAPI ::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment&
90 // NOLINTEND
91
92 public:
93 // constructor thunks
94 // NOLINTBEGIN
95 MCAPI void*
97 // NOLINTEND
98 };
99
100public:
101 // member variables
102 // NOLINTBEGIN
104 // NOLINTEND
105
106public:
107 // prevent constructor by default
111
112public:
113 // virtual functions
114 // NOLINTBEGIN
115 // vIndex: 0
116 virtual ~SurfaceMaterialAdjustmentsBiomeJsonComponent() /*override*/ = default;
117 // NOLINTEND
118
119public:
120 // static functions
121 // NOLINTBEGIN
122 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
123 // NOLINTEND
124
125public:
126 // static variables
127 // NOLINTBEGIN
128 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
129
130 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
131 // NOLINTEND
132
133public:
134 // destructor thunk
135 // NOLINTBEGIN
136
137 // NOLINTEND
138
139public:
140 // vftables
141 // NOLINTBEGIN
142 MCAPI static void** $vftable();
143 // NOLINTEND
144};
145
146} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition SurfaceMaterialAdjustmentsBiomeJsonComponent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14