LeviLamina
Loading...
Searching...
No Matches
MountainParametersBiomeJsonComponent.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 // MountainParametersBiomeJsonComponent inner types declare
18 // clang-format off
19 struct SteepMaterial;
20 struct TopSlideSettings;
21 // clang-format on
22
23 // MountainParametersBiomeJsonComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
33 // NOLINTEND
34
35 public:
36 // prevent constructor by default
37 SteepMaterial& operator=(SteepMaterial const&);
39
40 public:
41 // member functions
42 // NOLINTBEGIN
44
45 MCAPI ~SteepMaterial();
46 // NOLINTEND
47
48 public:
49 // constructor thunks
50 // NOLINTBEGIN
52 // NOLINTEND
53
54 public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCFOLD void $dtor();
58 // NOLINTEND
59 };
60
62 public:
63 // member variables
64 // NOLINTBEGIN
66 // NOLINTEND
67
68 public:
69 // prevent constructor by default
70 TopSlideSettings& operator=(TopSlideSettings const&);
73 };
74
75public:
76 // member variables
77 // NOLINTBEGIN
81 // NOLINTEND
82
83public:
84 // prevent constructor by default
88
89public:
90 // virtual functions
91 // NOLINTBEGIN
92 // vIndex: 0
93 virtual ~MountainParametersBiomeJsonComponent() /*override*/ = default;
94 // NOLINTEND
95
96public:
97 // static functions
98 // NOLINTBEGIN
99 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
100 // NOLINTEND
101
102public:
103 // static variables
104 // NOLINTBEGIN
105 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
106
107 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
108 // NOLINTEND
109
110public:
111 // destructor thunk
112 // NOLINTBEGIN
113
114 // NOLINTEND
115
116public:
117 // vftables
118 // NOLINTBEGIN
119 MCAPI static void** $vftable();
120 // NOLINTEND
121};
122
123} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition MountainParametersBiomeJsonComponent.h:24
Definition MountainParametersBiomeJsonComponent.h:61
Definition MountainParametersBiomeJsonComponent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14