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

__construct() public method

public __construct ( Vector3 $pos )
$pos pocketmine\math\Vector3
    public function __construct(Vector3 $pos)
    {
        parent::__construct($pos, Particle::TYPE_LAVA);
    }
LavaParticle