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
// vIndex: 0
19
virtual
~ITreeRoot
() =
default
;
20
21
// vIndex: 1
22
virtual ::std::optional<::BlockPos> placeRoots(
23
::IBlockWorldGenAPI
&,
24
::BlockPos
const
&,
25
::Random
&,
26
int
,
27
::RenderParams
&,
28
::TreeHelper::TreeParams
const
&
29
)
const
= 0;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
BlockPos
Definition
BlockPos.h:18
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
ITreeRoot
Definition
ITreeRoot.h:14
Random
Definition
Random.h:11
RenderParams
Definition
RenderParams.h:30
TreeHelper::TreeParams
Definition
TreeParams.h:14
src
mc
world
level
levelgen
feature
helpers
ITreeRoot.h
Generated on Fri Jun 13 2025 05:05:19 for LeviLamina by
1.12.0