PHP Class pocketmine\event\entity\EntityShootBowEvent

Inheritance: extends EntityEvent, implements pocketmine\event\Cancellable
Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlerList

Méthodes publiques

Méthode Description
__construct ( Living $shooter, Item $bow, Projectile $projectile, float $force )
getBow ( ) : Item
getEntity ( ) : Living
getForce ( ) : float
getProjectile ( ) : Entity | Projectile
setForce ( float $force )
setProjectile ( Entity $projectile )

Method Details

__construct() public méthode

public __construct ( Living $shooter, Item $bow, Projectile $projectile, float $force )
$shooter pocketmine\entity\Living
$bow pocketmine\item\Item
$projectile pocketmine\entity\Projectile
$force float

getBow() public méthode

public getBow ( ) : Item
Résultat pocketmine\item\Item

getEntity() public méthode

public getEntity ( ) : Living
Résultat pocketmine\entity\Living

getForce() public méthode

public getForce ( ) : float
Résultat float

getProjectile() public méthode

public getProjectile ( ) : Entity | Projectile
Résultat pocketmine\entity\Entity | pocketmine\entity\Projectile

setForce() public méthode

public setForce ( float $force )
$force float

setProjectile() public méthode

public setProjectile ( Entity $projectile )
$projectile pocketmine\entity\Entity

Property Details

$handlerList public_oe static_oe property

public static $handlerList