|
| | canOverride (Block $block) |
| |
| | generateTrunkHeight (Random $random) |
| |
| | placeBranch (BlockTransaction $transaction, Vector3 $start, Facing $branchFacing, int $maxDiagonal, int $length) |
| |
| | placeCanopy (int $x, int $y, int $z, Random $random, BlockTransaction $transaction) |
| |
| | placeCanopyLayer (BlockTransaction $transaction, Vector3 $center, int $radius, int $maxTaxicabDistance) |
| |
| | placeTrunk (int $x, int $y, int $z, Random $random, int $trunkHeight, BlockTransaction $transaction) |
| |
Definition at line 34 of file AcaciaTree.php.
◆ __construct()
| pocketmine\world\generator\object\AcaciaTree::__construct |
( |
| ) |
|
◆ canOverride()
| pocketmine\world\generator\object\Tree::canOverride |
( |
Block | $block | ) |
|
|
protectedinherited |
◆ canPlaceObject()
| pocketmine\world\generator\object\Tree::canPlaceObject |
( |
ChunkManager | $world, |
|
|
int | $x, |
|
|
int | $y, |
|
|
int | $z, |
|
|
Random | $random ) |
|
inherited |
◆ generateTrunkHeight()
| pocketmine\world\generator\object\AcaciaTree::generateTrunkHeight |
( |
Random | $random | ) |
|
|
protected |
◆ getBlockTransaction()
| pocketmine\world\generator\object\Tree::getBlockTransaction |
( |
ChunkManager | $world, |
|
|
int | $x, |
|
|
int | $y, |
|
|
int | $z, |
|
|
Random | $random ) |
|
inherited |
◆ placeBranch()
| pocketmine\world\generator\object\AcaciaTree::placeBranch |
( |
BlockTransaction | $transaction, |
|
|
Vector3 | $start, |
|
|
Facing | $branchFacing, |
|
|
int | $maxDiagonal, |
|
|
int | $length ) |
|
protected |
◆ placeCanopy()
| pocketmine\world\generator\object\AcaciaTree::placeCanopy |
( |
int | $x, |
|
|
int | $y, |
|
|
int | $z, |
|
|
Random | $random, |
|
|
BlockTransaction | $transaction ) |
|
protected |
◆ placeCanopyLayer()
| pocketmine\world\generator\object\AcaciaTree::placeCanopyLayer |
( |
BlockTransaction | $transaction, |
|
|
Vector3 | $center, |
|
|
int | $radius, |
|
|
int | $maxTaxicabDistance ) |
|
protected |
◆ placeTrunk()
| pocketmine\world\generator\object\AcaciaTree::placeTrunk |
( |
int | $x, |
|
|
int | $y, |
|
|
int | $z, |
|
|
Random | $random, |
|
|
int | $trunkHeight, |
|
|
BlockTransaction | $transaction ) |
|
protected |
The documentation for this class was generated from the following file: