pocketmine\level\generator\object\Pond::__construct PHP Метод

__construct() публичный Метод

public __construct ( Random $random, Block $type )
$random pocketmine\utils\Random
$type pocketmine\block\Block
    public function __construct(Random $random, Block $type)
    {
        $this->type = $type;
        $this->random = $random;
    }