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, 16, ::MountainAttributes::SteepMaterial> mSteepMaterial;
53 ::ll::TypedStorage<1, 1, ::MountainAttributes::TopSlideSettings> mTopSlideSettings;
54 // NOLINTEND
55
56public:
57 // virtual functions
58 // NOLINTBEGIN
59 // vIndex: 0
60 virtual ~MountainAttributes() /*override*/ = default;
61 // NOLINTEND
62
63public:
64 // member functions
65 // NOLINTBEGIN
66 MCNAPI bool hasSlopes() const;
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
Definition BiomeComponentBase.h:5
Definition MountainAttributes.h:17
Definition MountainAttributes.h:35
Definition MountainAttributes.h:8
MCAPI bool hasSlopes() const
static MCAPI void ** $vftable()
Definition Alias.h:14