LeviLamina
Loading...
Searching...
No Matches
MountainAttributes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/components/BiomeComponentBase.h"
7
9public:
10 // MountainAttributes inner types declare
11 // clang-format off
12 struct SteepMaterial;
13 struct TopSlideSettings;
14 // clang-format on
15
16 // MountainAttributes inner types define
18 public:
19 // member variables
20 // NOLINTBEGIN
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
30 SteepMaterial& operator=(SteepMaterial const&);
33 };
34
36 public:
37 // member variables
38 // NOLINTBEGIN
40 // NOLINTEND
41
42 public:
43 // prevent constructor by default
44 TopSlideSettings& operator=(TopSlideSettings const&);
47 };
48
49public:
50 // member variables
51 // NOLINTBEGIN
52 ::ll::TypedStorage<8, 192, ::MountainAttributes::SteepMaterial> mSteepMaterial;
53 ::ll::TypedStorage<1, 1, ::MountainAttributes::TopSlideSettings> mTopSlideSettings;
54 ::ll::TypedStorage<4, 4, float> mPeaksFactor;
55 // NOLINTEND
56
57public:
58 // virtual functions
59 // NOLINTBEGIN
60 // vIndex: 0
61 virtual ~MountainAttributes() /*override*/ = default;
62 // NOLINTEND
63
64public:
65 // member functions
66 // NOLINTBEGIN
67 MCAPI bool hasSlopes() const;
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCAPI static void** $vftable();
80 // NOLINTEND
81};
Definition BiomeComponentBase.h:5
Definition MountainAttributes.h:17
Definition MountainAttributes.h:35
Definition MountainAttributes.h:8
Definition Alias.h:14