LeviLamina
Loading...
Searching...
No Matches
DefaultSurfaceSettings.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 DefaultSurfaceSettings {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, int> mSeaFloorDepth;
15 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mSeaFloorMaterial;
16 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mFoundationMaterial;
17 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mMidMaterial;
18 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mTopMaterial;
19 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_60::BlockSpecifier> mSeaMaterial;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI DefaultSurfaceSettings();
26
28
29 MCAPI ::SharedTypes::v1_21_100::SurfaceBuilder::DefaultSurfaceSettings&
31
32 MCAPI ~DefaultSurfaceSettings();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor();
39
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace SharedTypes::v1_21_100::SurfaceBuilder