pocketmine\level\particle\InkParticle::__construct PHP Метод

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

public __construct ( Vector3 $pos, $scale )
$pos pocketmine\math\Vector3
    public function __construct(Vector3 $pos, $scale = 0)
    {
        parent::__construct($pos, Particle::TYPE_INK, $scale);
    }
InkParticle