LeviLamina
Loading...
Searching...
No Matches
SpruceTreeCanopy.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
SpruceTreeCanopy
:
public
::ITreeCanopy
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 8>
mUnk3507ef;
22
::ll::UntypedStorage<4, 8>
mUnk4e4900;
23
::ll::UntypedStorage<4, 8>
mUnk2bfc82;
24
::ll::UntypedStorage<8, 184>
mUnk172070;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
SpruceTreeCanopy
& operator=(
SpruceTreeCanopy
const
&);
30
SpruceTreeCanopy
(
SpruceTreeCanopy
const
&);
31
SpruceTreeCanopy
();
32
33
public
:
34
// virtual functions
35
// NOLINTBEGIN
36
// vIndex: 0
37
virtual
~SpruceTreeCanopy
()
/*override*/
=
default
;
38
39
// vIndex: 1
40
virtual ::std::optional<::BlockPos> placeCanopy(
41
::IBlockWorldGenAPI
& target,
42
::BlockPos
const
& pos,
43
::Random
& random,
44
::RenderParams
& renderParams,
45
::TreeHelper::TreeParams
const
& treeParams,
46
::std::vector<::BlockPos>
const
& attachmentPositions
47
)
const
/*override*/
;
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI ::std::optional<::BlockPos> $placeCanopy(
60
::IBlockWorldGenAPI
& target,
61
::BlockPos
const
& pos,
62
::Random
& random,
63
::RenderParams
& renderParams,
64
::TreeHelper::TreeParams
const
& treeParams,
65
::std::vector<::BlockPos>
const
& attachmentPositions
66
)
const
;
67
// NOLINTEND
68
69
public
:
70
// vftables
71
// NOLINTBEGIN
72
MCAPI
static
void
** $vftable();
73
// NOLINTEND
74
};
BlockPos
Definition
BlockPos.h:18
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
ITreeCanopy
Definition
ITreeCanopy.h:14
Random
Definition
Random.h:16
RenderParams
Definition
RenderParams.h:30
SpruceTreeCanopy
Definition
SpruceTreeCanopy.h:17
TreeHelper::TreeParams
Definition
TreeParams.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
helpers
SpruceTreeCanopy.h
Generated on Sat Apr 26 2025 05:56:25 for LeviLamina by
1.12.0