LeviLamina
Loading...
Searching...
No Matches
ITreeTrunk.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
ITreeCanopy
;
10
class
Random
;
11
class
RenderParams
;
12
namespace
TreeHelper {
struct
TreeParams
; }
13
// clang-format on
14
15
class
ITreeTrunk
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~ITreeTrunk
() =
default
;
20
21
virtual ::std::optional<::BlockPos> placeTrunk(
22
::IBlockWorldGenAPI
&,
23
::BlockPos
const
&,
24
::Random
&,
25
int
,
26
::RenderParams
&,
27
::TreeHelper::TreeParams
const
&,
28
::ITreeCanopy
const
*
29
)
const
= 0;
30
31
virtual
int
getTreeHeight(
::Random
&)
const
= 0;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
BlockPos
Definition
BlockPos.h:19
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
ITreeCanopy
Definition
ITreeCanopy.h:14
ITreeTrunk
Definition
ITreeTrunk.h:15
Random
Definition
Random.h:10
RenderParams
Definition
RenderParams.h:30
TreeHelper::TreeParams
Definition
TreeParams.h:14
src
mc
world
level
levelgen
feature
helpers
ITreeTrunk.h
Generated on
for LeviLamina by
1.16.1