pocketmine\event\entity\ProjectileLaunchEvent::__construct PHP Method

__construct() public method

public __construct ( Projectile $entity )
$entity pocketmine\entity\Projectile
    public function __construct(Projectile $entity)
    {
        $this->entity = $entity;
    }
ProjectileLaunchEvent