pocketmine\event\entity\ProjectileLaunchEvent::__construct PHP Méthode

__construct() public méthode

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