LeviLamina
Loading...
Searching...
No Matches
CappedSurfaceAttributes.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
8// auto generated forward declare list
9// clang-format off
10class Block;
11// clang-format on
12
14public:
15 // CappedSurfaceAttributes inner types declare
16 // clang-format off
17 struct MaterialLayer;
18 // clang-format on
19
20 // CappedSurfaceAttributes inner types define
22 public:
23 // member variables
24 // NOLINTBEGIN
27 // NOLINTEND
28
29 public:
30 // prevent constructor by default
31 MaterialLayer& operator=(MaterialLayer const&);
34 };
35
36public:
37 // member variables
38 // NOLINTBEGIN
39 ::ll::TypedStorage<8, 24, ::std::vector<::CappedSurfaceAttributes::MaterialLayer>> mFloorMaterials;
40 ::ll::TypedStorage<8, 24, ::std::vector<::CappedSurfaceAttributes::MaterialLayer>> mCeilingMaterials;
41 ::ll::TypedStorage<8, 8, ::Block const*> mSeaMaterial;
42 ::ll::TypedStorage<8, 8, ::Block const*> mFoundationMaterial;
43 ::ll::TypedStorage<8, 8, ::Block const*> mBeachMaterial;
44 // NOLINTEND
45
46public:
47 // virtual functions
48 // NOLINTBEGIN
49 // vIndex: 0
50 virtual ~CappedSurfaceAttributes() /*override*/ = default;
51 // NOLINTEND
52
53public:
54 // member functions
55 // NOLINTBEGIN
56 MCAPI void initializeNoise(uint levelSeed);
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition Block.h:36
Definition BiomeComponentBase.h:5
Definition CappedSurfaceAttributes.h:21
Definition CappedSurfaceAttributes.h:13
Definition Alias.h:14