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#include "mc/v1_20_60/biome/components/BiomeComponentVersion.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_60 {
15
17public:
18 // SurfaceMaterialAdjustmentsBiomeJsonComponent inner types declare
19 // clang-format off
22 // clang-format on
23
24 // SurfaceMaterialAdjustmentsBiomeJsonComponent inner types define
26 public:
27 // member variables
28 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
40
41 public:
42 // member functions
43 // NOLINTBEGIN
47 );
48
49 MCNAPI ::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::
50 SurfaceMaterialAdjustmentMaterials&
53
55 // NOLINTEND
56
57 public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCNAPI void* $ctor(
63 );
64 // NOLINTEND
65
66 public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71 };
72
74 public:
75 // member variables
76 // NOLINTBEGIN
81 // NOLINTEND
82
83 public:
84 // prevent constructor by default
87
88 public:
89 // member functions
90 // NOLINTBEGIN
93 );
94
95 MCNAPI ::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment&
98 );
99 // NOLINTEND
100
101 public:
102 // constructor thunks
103 // NOLINTBEGIN
104 MCNAPI void*
106 // NOLINTEND
107 };
108
109public:
110 // member variables
111 // NOLINTBEGIN
113 // NOLINTEND
114
115public:
116 // prevent constructor by default
120
121public:
122 // virtual functions
123 // NOLINTBEGIN
124 // vIndex: 1
125 virtual ::BiomeComponentVersion getType() const /*override*/;
126
127 // vIndex: 0
128 virtual ~SurfaceMaterialAdjustmentsBiomeJsonComponent() /*override*/ = default;
129 // NOLINTEND
130
131public:
132 // static functions
133 // NOLINTBEGIN
134 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
135 // NOLINTEND
136
137public:
138 // static variables
139 // NOLINTBEGIN
140 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
141
142 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
143 // NOLINTEND
144
145public:
146 // virtual function thunks
147 // NOLINTBEGIN
148 MCNAPI ::BiomeComponentVersion $getType() const;
149 // NOLINTEND
150
151public:
152 // vftables
153 // NOLINTBEGIN
154 MCNAPI static void** $vftable();
155 // NOLINTEND
156};
157
158} // namespace SharedTypes::v1_20_60
STL namespace.
Definition IBiomeJsonComponent.h:10
MCAPI void * $ctor(::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustmentMaterials const &)
MCAPI::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustmentMaterials & operator=(::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustmentMaterials &&)
MCAPI SurfaceMaterialAdjustmentMaterials(::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustmentMaterials const &)
MCAPI::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment & operator=(::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment const &)
MCAPI void * $ctor(::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment &&)
MCAPI SurfaceMaterialAdjustment(::SharedTypes::v1_20_60::SurfaceMaterialAdjustmentsBiomeJsonComponent::SurfaceMaterialAdjustment &&)
Definition SurfaceMaterialAdjustmentsBiomeJsonComponent.h:16
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ctx.h:5
Definition Alias.h:14