LeviLamina
Loading...
Searching...
No Matches
MesaSurfaceBlocks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
9// clang-format on
10
11struct MesaSurfaceBlocks {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 128, ::std::array<::Block const*, 16>> mClayMaterials;
16 ::ll::TypedStorage<8, 8, ::Block const*> mHardClayMaterial;
17 ::ll::TypedStorage<1, 1, bool const> mBrycePillars;
18 ::ll::TypedStorage<1, 1, bool const> mHasForest;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 MesaSurfaceBlocks();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI explicit MesaSurfaceBlocks(::MesaSurfaceAttributes const& attributes);
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static ::std::array<::Block const*, 16> buildClayMaterials(::Block const& base);
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::MesaSurfaceAttributes const& attributes);
41 // NOLINTEND
42};
Definition Block.h:69
Definition MesaSurfaceAttributes.h:13