3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/levelgen/feature/helpers/ITreeTrunk.h"
15namespace TreeHelper {
struct TreeParams; }
48 virtual int getTreeHeight(
::Random& random)
const ;
51 virtual ::std::optional<::BlockPos> placeTrunk(
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition ITreeTrunk.h:15
Definition MegaTreeTrunk.h:18
static MCAPI void ** $vftable()
MCAPI int $getTreeHeight(::Random &random) const
MCAPI bool _prepareSpawn(::IBlockWorldGenAPI &target, ::BlockPos const &pos, int treeHeight, ::TreeHelper::TreeParams const &treeParams) const
MCAPI ::std::optional<::BlockPos > $placeTrunk(::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::Random &random, int treeHeight, ::RenderParams &renderParams, ::TreeHelper::TreeParams const &treeParams, ::ITreeCanopy const *canopy) const
Definition RenderParams.h:30
Definition TreeParams.h:14