PHP Class pocketmine\event\entity\ProjectileLaunchEvent

Inheritance: extends EntityEvent, implements pocketmine\event\Cancellable
Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Projectile $entity )
getEntity ( ) : Projectile

Method Details

__construct() public method

public __construct ( Projectile $entity )
$entity pocketmine\entity\Projectile

getEntity() public method

public getEntity ( ) : Projectile
return pocketmine\entity\Projectile

Property Details

$handlerList public static property

public static $handlerList