LeviLamina
Loading...
Searching...
No Matches
TreeParams.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
class
IBlockWorldGenAPI
;
9
class
Random
;
10
// clang-format on
11
12
namespace
TreeHelper {
13
14
struct
TreeParams
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 4>
mUnkbb737c;
19
::ll::UntypedStorage<4, 4>
mUnk257565;
20
::ll::UntypedStorage<8, 24>
mUnk193c4d;
21
::ll::UntypedStorage<8, 24>
mUnkf96cea;
22
::ll::UntypedStorage<8, 24>
mUnkff269a;
23
::ll::UntypedStorage<8, 24>
mUnka62789;
24
::ll::UntypedStorage<8, 24>
mUnk5307dc;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
TreeParams
& operator=(
TreeParams
const
&);
30
TreeParams
(
TreeParams
const
&);
31
TreeParams
();
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCNAPI
void
_placeBaseBlockAt
(
::IBlockWorldGenAPI
& target,
::BlockPos
const
& pos)
const
;
37
38
MCNAPI
void
39
placeBaseCluster
(
::IBlockWorldGenAPI
& target,
::BlockPos
const
& pos,
::Random
& random,
int
trunkWidth)
const
;
40
41
MCNAPI
~TreeParams
();
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCNAPI
void
$dtor
();
48
// NOLINTEND
49
};
50
51
}
// namespace TreeHelper
BlockPos
Definition
BlockPos.h:18
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
Random
Definition
Random.h:11
TreeHelper::TreeParams
Definition
TreeParams.h:14
TreeHelper::TreeParams::~TreeParams
MCAPI ~TreeParams()
TreeHelper::TreeParams::$dtor
MCAPI void $dtor()
TreeHelper::TreeParams::_placeBaseBlockAt
MCAPI void _placeBaseBlockAt(::IBlockWorldGenAPI &target, ::BlockPos const &pos) const
TreeHelper::TreeParams::placeBaseCluster
MCAPI void placeBaseCluster(::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::Random &random, int trunkWidth) const
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
helpers
tree_helper
TreeParams.h
Generated on Fri Jun 13 2025 05:05:19 for LeviLamina by
1.12.0