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