PHP Class pocketmine\event\entity\EntityRegainHealthEvent

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 ( Entity $entity, float $amount, integer $regainReason )
getAmount ( ) : float
getRegainReason ( )
setAmount ( float $amount )

Method Details

__construct() public méthode

public __construct ( Entity $entity, float $amount, integer $regainReason )
$entity pocketmine\entity\Entity
$amount float
$regainReason integer

getAmount() public méthode

public getAmount ( ) : float
Résultat float

getRegainReason() public méthode

public getRegainReason ( )

setAmount() public méthode

public setAmount ( float $amount )
$amount float

Property Details

$handlerList public_oe static_oe property

public static $handlerList