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(
Definition AcaciaTreeTrunk.h:18
MCAPI int $getTreeHeight(::Random &random) const
static MCAPI void ** $vftable()
MCAPI ::std::optional<::BlockPos > $placeTrunk(::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::Random &random, int treeHeight, ::RenderParams &renderParams, ::TreeHelper::TreeParams const &treeParams, ::ITreeCanopy const *canopy) const
MCAPI void _placeLeaningBranches(::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::BlockPos const &branchPos, ::Random &random, ::RenderParams &renderParams, int treeHeight, int leanDirection, int leanHeight, ::TreeHelper::TreeParams const &treeParams) const
MCAPI void _placeVerticalBranches(::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::BlockPos const &branchPos, ::Random &random, ::RenderParams &renderParams, ::TreeHelper::TreeParams const &treeParams) const
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition ITreeTrunk.h:15
Definition RenderParams.h:30
Definition TreeParams.h:14