PHP Class pocketmine\event\entity\EntityDeathEvent

Inheritance: extends EntityEvent
Afficher le fichier Open project: ClearSkyTeam/ClearSky Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( Living $entity, array $drops = [] )
getDrops ( ) : Item[]
getEntity ( ) : Living
setDrops ( array $drops )

Method Details

__construct() public méthode

public __construct ( Living $entity, array $drops = [] )
$entity pocketmine\entity\Living
$drops array

getDrops() public méthode

public getDrops ( ) : Item[]
Résultat pocketmine\item\Item[]

getEntity() public méthode

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

setDrops() public méthode

public setDrops ( array $drops )
$drops array

Property Details

$handlerList public_oe static_oe property

public static $handlerList