PHP Class pocketmine\event\entity\EntityCombustByEntityEvent

Inheritance: extends EntityCombustEvent
Afficher le fichier Open project: iTXTech/Genisys

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( Entity $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
getCombuster ( ) : Entity

Method Details

__construct() public méthode

public __construct ( Entity $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
$combuster pocketmine\entity\Entity
$combustee pocketmine\entity\Entity
$duration integer
$ProtectLevel integer

getCombuster() public méthode

public getCombuster ( ) : Entity
Résultat pocketmine\entity\Entity

Property Details

$combuster protected_oe property

protected $combuster