3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/levelgen/feature/helpers/ITreeTrunk.h"
15namespace TreeHelper {
struct TreeParams; }
50 virtual int getTreeHeight(
::Random& random)
const ;
53 virtual ::std::optional<::BlockPos> placeTrunk(
69 MCAPI
void _placeLeaningBranches(
81 MCAPI
void _placeVerticalBranches(
106 MCAPI
int $getTreeHeight(
::Random& random)
const;
108 MCAPI ::std::optional<::BlockPos> $placeTrunk(
122 MCAPI
static void** $vftable();
Definition AcaciaTreeTrunk.h:18
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition ITreeTrunk.h:15
Definition RenderParams.h:30
Definition TreeParams.h:14