pocketmine\event\entity\EntityCombustByBlockEvent::__construct PHP 메소드

__construct() 공개 메소드

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