pocketmine\level\particle\WhiteSmokeParticle::__construct PHP Method

__construct() public method

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