PHP Class pocketmine\event\entity\EntityCombustByEntityEvent

Inheritance: extends EntityCombustEvent
Show file Open project: iTXTech/Genisys

Protected Properties

Property Type Description
$combuster

Public Methods

Method Description
__construct ( Entity $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
getCombuster ( ) : Entity

Method Details

__construct() public method

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

getCombuster() public method

public getCombuster ( ) : Entity
return pocketmine\entity\Entity

Property Details

$combuster protected property

protected $combuster