30 MCAPI
void _buildHand(
34 ::std::vector<::BlockPos>& topDec,
35 ::std::vector<::std::pair<::BlockPos, uchar>>& sideDec,
36 ::gsl::not_null<::Block const*> block
39 MCAPI
void _buildPlantArm(
43 ::gsl::not_null<::Block const*> block,
44 ::std::vector<::BlockPos>& topDec,
45 ::std::vector<::std::pair<::BlockPos, uchar>>& sideDec,
50 MCAPI
void _buildPlantLike(
54 ::std::vector<::BlockPos>& topDec,
55 ::std::vector<::std::pair<::BlockPos, uchar>>& sideDec,
56 ::gsl::not_null<::Block const*> block
60 _buildSmallClump(
::BlockSource& region,
::BlockPos const& pos,
::Random& random, ::std::vector<::BlockPos>& topDec, ::std::vector<::std::pair<::BlockPos, uchar>>& block, ::gsl::not_null<::Block const*>)
63 MCAPI
void _buildSpire(
67 ::std::vector<::BlockPos>& topDec,
68 ::std::vector<::std::pair<::BlockPos, uchar>>& sideDec,
69 ::gsl::not_null<::Block const*> block
74 MCAPI
int _getColor(
::Block const& block)
const;
81 _setBlock(
::BlockSource& region,
::BlockPos const& pos, ::gsl::not_null<::Block const*> block,
int color)
const;
84 _setBlockOnSolid(
::BlockSource& region,
::BlockPos const& pos, ::gsl::not_null<::Block const*> block,
int color)
87 MCAPI
void _starCorners(
91 ::gsl::not_null<::Block const*> block,
97 MCAPI
void _starFormation(
101 ::gsl::not_null<::Block const*> block,
123 MCAPI
static void** $vftable();