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;
11class PerlinNoise;
12// clang-format on
13
15public:
16 // CappedSurfaceAttributes inner types declare
17 // clang-format off
18 struct MaterialLayer;
19 // clang-format on
20
21 // CappedSurfaceAttributes inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<8, 8, ::Block const*> block;
27 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PerlinNoise>> noise;
28 // NOLINTEND
29 };
30
31public:
32 // member variables
33 // NOLINTBEGIN
34 ::ll::TypedStorage<8, 24, ::std::vector<::CappedSurfaceAttributes::MaterialLayer>> mFloorMaterials;
35 ::ll::TypedStorage<8, 24, ::std::vector<::CappedSurfaceAttributes::MaterialLayer>> mCeilingMaterials;
36 ::ll::TypedStorage<8, 8, ::Block const*> mSeaMaterial;
37 ::ll::TypedStorage<8, 8, ::Block const*> mFoundationMaterial;
38 ::ll::TypedStorage<8, 8, ::Block const*> mBeachMaterial;
39 // NOLINTEND
40
41public:
42 // virtual functions
43 // NOLINTBEGIN
44 virtual ~CappedSurfaceAttributes() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCAPI void initializeNoise(uint levelSeed);
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition Block.h:43
Definition PerlinNoise.h:12
Definition BiomeComponentBase.h:5
Definition CappedSurfaceAttributes.h:22
Definition CappedSurfaceAttributes.h:14
static MCAPI void ** $vftable()