LeviLamina
Loading...
Searching...
No Matches
ITreeCanopy.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
ITreeCanopy
{
15
public
:
16
// ITreeCanopy inner types declare
17
// clang-format off
18
struct
BranchSize
;
19
// clang-format on
20
21
// ITreeCanopy inner types define
22
struct
BranchSize
{
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::TypedStorage<4, 4, int> sizeX;
27
::ll::TypedStorage<4, 4, int> sizeZ;
28
// NOLINTEND
29
};
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
virtual
~ITreeCanopy
() =
default
;
35
36
virtual ::std::optional<::BlockPos> placeCanopy(
37
::IBlockWorldGenAPI
&,
38
::BlockPos
const
&,
39
::ITreeCanopy::BranchSize
const
&,
40
::Random
&,
41
::RenderParams
&,
42
::TreeHelper::TreeParams
const
&,
43
::std::vector<::BlockPos>
const
&,
44
::std::vector<::ITreeCanopy::BranchSize>
const
&
45
)
const
= 0;
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
52
// NOLINTEND
53
};
BlockPos
Definition
BlockPos.h:19
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
ITreeCanopy
Definition
ITreeCanopy.h:14
Random
Definition
Random.h:10
RenderParams
Definition
RenderParams.h:30
ITreeCanopy::BranchSize
Definition
ITreeCanopy.h:22
TreeHelper::TreeParams
Definition
TreeParams.h:14
src
mc
world
level
levelgen
feature
helpers
ITreeCanopy.h
Generated on
for LeviLamina by
1.16.1