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