|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Inheritance diagram for pocketmine\world\generator\populator\Tree:
Collaboration diagram for pocketmine\world\generator\populator\Tree:Public Member Functions | |
| __construct (?TreeType $type=null) | |
| populate (ChunkManager $world, int $chunkX, int $chunkZ, Random $random) | |
| setBaseAmount (int $amount) | |
| setRandomAmount (int $amount) | |
Definition at line 34 of file populator/Tree.php.
| pocketmine\world\generator\populator\Tree::__construct | ( | ?TreeType | $type = null | ) |
| TreeType | null | $type | default oak |
Definition at line 42 of file populator/Tree.php.
| pocketmine\world\generator\populator\Tree::populate | ( | ChunkManager | $world, |
| int | $chunkX, | ||
| int | $chunkZ, | ||
| Random | $random ) |
Implements pocketmine\world\generator\populator\Populator.
Definition at line 54 of file populator/Tree.php.
| pocketmine\world\generator\populator\Tree::setBaseAmount | ( | int | $amount | ) |
Definition at line 50 of file populator/Tree.php.
| pocketmine\world\generator\populator\Tree::setRandomAmount | ( | int | $amount | ) |
Definition at line 46 of file populator/Tree.php.