10struct DefaultSurfaceSettings {
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;
25 MCAPI DefaultSurfaceSettings();
29 MCAPI ::SharedTypes::v1_21_100::SurfaceBuilder::DefaultSurfaceSettings&
32 MCAPI ~DefaultSurfaceSettings();