LeviLamina
Loading...
Searching...
No Matches
SurfaceMaterialAttributes.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;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::Block const*> mTop;
18 ::ll::TypedStorage<8, 8, ::Block const*> mMid;
19 ::ll::TypedStorage<8, 8, ::Block const*> mSeaFloor;
20 ::ll::TypedStorage<8, 8, ::Block const*> mFoundation;
21 ::ll::TypedStorage<8, 8, ::Block const*> mSea;
22 ::ll::TypedStorage<4, 4, int> mSeaFloorDepth;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~SurfaceMaterialAttributes() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition Block.h:38
Definition BiomeComponentBase.h:5
Definition SurfaceMaterialAttributes.h:13
static MCAPI void ** $vftable()