LeviLamina
Loading...
Searching...
No Matches
SurfaceBuilderComponent.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 ISurfaceBuilder;
11// clang-format on
12
13struct SurfaceBuilderComponent : public ::BiomeComponentBase {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ISurfaceBuilder const*>> mSurfaceBuilder;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 SurfaceBuilderComponent();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~SurfaceBuilderComponent() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI explicit SurfaceBuilderComponent(::ISurfaceBuilder const& builder);
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::ISurfaceBuilder const& builder);
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition ISurfaceBuilder.h:21
Definition BiomeComponentBase.h:5
static MCAPI void ** $vftable()