pocketmine\event\entity\EntityCombustByBlockEvent::__construct PHP Method

__construct() public method

public __construct ( Block $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
$combuster pocketmine\block\Block
$combustee pocketmine\entity\Entity
$duration integer
$ProtectLevel integer
    public function __construct(Block $combuster, Entity $combustee, $duration, $ProtectLevel = 0)
    {
        parent::__construct($combustee, $duration, $ProtectLevel);
        $this->combuster = $combuster;
    }
EntityCombustByBlockEvent