3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/levelgen/feature/helpers/ITreeTrunk.h"
16namespace TreeHelper {
struct TreeParams; }
46 virtual int getTreeHeight(
::Random& random)
const ;
49 virtual ::std::optional<::BlockPos> placeTrunk(
63 MCAPI ::BlockPos _generateBranch(
66 ::Block const& sidewaysTrunkBlock,
73 bool middleContinuesUpwards
86 MCAPI
int $getTreeHeight(
::Random& random)
const;
88 MCAPI ::std::optional<::BlockPos> $placeTrunk(
102 MCAPI
static void** $vftable();
Definition CherryTreeTrunk.h:19
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition ITreeTrunk.h:15
Definition RenderParams.h:30
Definition TreeParams.h:14