|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\world\generator\populator\Ore:
Collaboration diagram for pocketmine\world\generator\populator\Ore:Public Member Functions | |
| populate (ChunkManager $world, int $chunkX, int $chunkZ, Random $random) | |
| setOreTypes (array $types) | |
Definition at line 32 of file populator/Ore.php.
| pocketmine\world\generator\populator\Ore::populate | ( | ChunkManager | $world, |
| int | $chunkX, | ||
| int | $chunkZ, | ||
| Random | $random ) |
Implements pocketmine\world\generator\populator\Populator.
Definition at line 36 of file populator/Ore.php.
| pocketmine\world\generator\populator\Ore::setOreTypes | ( | array | $types | ) |
| OreType[] | $types |
Definition at line 53 of file populator/Ore.php.