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