LeviLamina
Loading...
Searching...
No Matches
FancyTreeCanopy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/feature/helpers/ITreeCanopy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
IBlockWorldGenAPI
;
12
class
Random
;
13
class
RenderParams
;
14
namespace
TreeHelper {
struct
TreeParams; }
15
// clang-format on
16
17
class
FancyTreeCanopy
:
public
::ITreeCanopy
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 4>
mUnka466d0;
22
::ll::UntypedStorage<4, 4>
mUnk77c131;
23
::ll::UntypedStorage<8, 184>
mUnk10ba30;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
FancyTreeCanopy
& operator=(
FancyTreeCanopy
const
&);
29
FancyTreeCanopy
(
FancyTreeCanopy
const
&);
30
FancyTreeCanopy
();
31
32
public
:
33
// virtual functions
34
// NOLINTBEGIN
35
// vIndex: 0
36
virtual
~FancyTreeCanopy
()
/*override*/
=
default
;
37
38
// vIndex: 1
39
virtual ::std::optional<::BlockPos> placeCanopy(
40
::IBlockWorldGenAPI
& target,
41
::BlockPos
const
& pos,
42
::Random
&,
43
::RenderParams
&,
44
::TreeHelper::TreeParams
const
& treeParams,
45
::std::vector<::BlockPos>
const
&
46
)
const
/*override*/
;
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCNAPI ::std::optional<::BlockPos>
$placeCanopy
(
53
::IBlockWorldGenAPI
& target,
54
::BlockPos
const
& pos,
55
::Random
&,
56
::RenderParams
&,
57
::TreeHelper::TreeParams
const
& treeParams,
58
::std::vector<::BlockPos>
const
&
59
)
const
;
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCNAPI
static
void
**
$vftable
();
66
// NOLINTEND
67
};
BlockPos
Definition
BlockPos.h:18
FancyTreeCanopy
Definition
FancyTreeCanopy.h:17
FancyTreeCanopy::$vftable
static MCAPI void ** $vftable()
FancyTreeCanopy::$placeCanopy
MCAPI ::std::optional<::BlockPos > $placeCanopy(::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::Random &, ::RenderParams &, ::TreeHelper::TreeParams const &treeParams, ::std::vector<::BlockPos > const &) const
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
ITreeCanopy
Definition
ITreeCanopy.h:14
Random
Definition
Random.h:11
RenderParams
Definition
RenderParams.h:30
TreeHelper::TreeParams
Definition
TreeParams.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
helpers
FancyTreeCanopy.h
Generated on Fri Jun 13 2025 05:05:19 for LeviLamina by
1.12.0