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

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

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