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
7class BlockPos;
9class ITreeCanopy;
10class Random;
11class RenderParams;
12namespace TreeHelper { struct TreeParams; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ITreeTrunk() = default;
21
22 // vIndex: 1
23 virtual ::std::optional<::BlockPos>
25 const = 0;
26
27 // vIndex: 2
28 virtual int getTreeHeight(::Random&) const = 0;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42};
Definition BlockPos.h:18
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition ITreeTrunk.h:15
Definition Random.h:16
Definition RenderParams.h:30
Definition TreeParams.h:14