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

__construct() public method

public __construct ( Vector3 $pos, $lifetime = 1 )
$pos pocketmine\math\Vector3
    public function __construct(Vector3 $pos, $lifetime = 1)
    {
        parent::__construct($pos, Particle::TYPE_REDSTONE, $lifetime);
    }
RedstoneParticle