|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\world\generator\object\Ore:Public Member Functions | |
| __construct (private Random $random, public OreType $type) | |
| canPlaceObject (ChunkManager $world, int $x, int $y, int $z) | |
| getType () | |
| placeObject (ChunkManager $world, int $x, int $y, int $z) | |
Definition at line 36 of file object/Ore.php.
Definition at line 37 of file object/Ore.php.
| pocketmine\world\generator\object\Ore::canPlaceObject | ( | ChunkManager | $world, |
| int | $x, | ||
| int | $y, | ||
| int | $z ) |
Definition at line 46 of file object/Ore.php.
| pocketmine\world\generator\object\Ore::getType | ( | ) |
Definition at line 42 of file object/Ore.php.
| pocketmine\world\generator\object\Ore::placeObject | ( | ChunkManager | $world, |
| int | $x, | ||
| int | $y, | ||
| int | $z ) |
Definition at line 50 of file object/Ore.php.