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 BlockDescriptor;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 184, ::BlockDescriptor> mTop;
18 ::ll::TypedStorage<8, 184, ::BlockDescriptor> mMid;
19 ::ll::TypedStorage<8, 184, ::BlockDescriptor> mSeaFloor;
20 ::ll::TypedStorage<8, 184, ::BlockDescriptor> mFoundation;
21 ::ll::TypedStorage<8, 184, ::BlockDescriptor> mSea;
22 ::ll::TypedStorage<4, 4, int> mSeaFloorDepth;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~SurfaceMaterialAttributes() /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCAPI static void** $vftable();
54 // NOLINTEND
55};
Definition BlockDescriptor.h:19
Definition BiomeComponentBase.h:5
Definition SurfaceMaterialAttributes.h:13