LeviLamina
Loading...
Searching...
No Matches
CappedSurfaceSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/block/BlockSpecifier.h"
7
8namespace SharedTypes::v1_21_100::SurfaceBuilder {
9
10struct CappedSurfaceSettings {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_20_60::BlockSpecifier>> mFloorMaterials;
15 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_20_60::BlockSpecifier>> mCeilingMaterials;
16 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mSeaMaterial;
17 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mFoundationMaterial;
18 ::ll::TypedStorage<8, 104, ::std::optional<::SharedTypes::v1_20_60::BlockSpecifier>> mBeachMaterial;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI CappedSurfaceSettings();
25
27
28 MCAPI ::SharedTypes::v1_21_100::SurfaceBuilder::CappedSurfaceSettings&
30
31 MCAPI ::SharedTypes::v1_21_100::SurfaceBuilder::CappedSurfaceSettings&
33
34 MCAPI ~CappedSurfaceSettings();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor();
41
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::v1_21_100::SurfaceBuilder