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