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(
66 ::Block const& sidewaysTrunkBlock,
73 bool middleContinuesUpwards
Definition CherryTreeTrunk.h:19
MCAPI::BlockPos _generateBranch(::IBlockWorldGenAPI &target, ::Block const &trunkBlock, ::Block const &sidewaysTrunkBlock, ::Random &random, int treeHeight, ::BlockPos origin, ::TreeHelper::TreeParams const &treeParams, ::BlockPos branchDirection, int offsetFromOrigin, bool middleContinuesUpwards) 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 int $getTreeHeight(::Random &random) const
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition ITreeTrunk.h:15
Definition RenderParams.h:30
Definition TreeParams.h:14