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#include "mc/deps/shared_types/v1_20_60/block/BlockSpecifier.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 // MountainParametersBiomeJsonComponent inner types declare
19 // clang-format off
20 struct SteepMaterial;
21 struct TopSlideSettings;
22 // clang-format on
23
24 // MountainParametersBiomeJsonComponent inner types define
25 struct SteepMaterial {
26 public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 104, ::std::optional<::SharedTypes::v1_20_60::BlockSpecifier>> mMaterial;
30 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mNorthSlopes;
31 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mSouthSlopes;
32 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mWestSlopes;
33 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mEastSlopes;
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
38 SteepMaterial& operator=(SteepMaterial const&);
39 SteepMaterial();
40
41 public:
42 // member functions
43 // NOLINTBEGIN
45
46 MCAPI ::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial&
48
49 MCAPI ~SteepMaterial();
50 // NOLINTEND
51
52 public:
53 // constructor thunks
54 // NOLINTBEGIN
56 // NOLINTEND
57
58 public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCFOLD void $dtor();
62 // NOLINTEND
63 };
64
66 public:
67 // member variables
68 // NOLINTBEGIN
69 ::ll::TypedStorage<1, 1, bool> mEnabled;
70 // NOLINTEND
71 };
72
73public:
74 // member variables
75 // NOLINTBEGIN
76 ::ll::TypedStorage<
77 8,
78 120,
79 ::std::optional<::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::SteepMaterial>>
80 mSteepMaterialAdjustment;
81 ::ll::TypedStorage<
82 1,
83 2,
84 ::std::optional<::SharedTypes::v1_20_60::MountainParametersBiomeJsonComponent::TopSlideSettings>>
85 mTopSlide;
86 // NOLINTEND
87
88public:
89 // virtual functions
90 // NOLINTBEGIN
91 virtual ~MountainParametersBiomeJsonComponent() /*override*/ = default;
92 // NOLINTEND
93
94public:
95 // static functions
96 // NOLINTBEGIN
97 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
98 // NOLINTEND
99
100public:
101 // static variables
102 // NOLINTBEGIN
103 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
104 // NOLINTEND
105
106public:
107 // vftables
108 // NOLINTBEGIN
109 MCNAPI static void** $vftable();
110 // NOLINTEND
111};
112
113} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition MountainParametersBiomeJsonComponent.h:25
Definition MountainParametersBiomeJsonComponent.h:65
Definition MountainParametersBiomeJsonComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5