Table of Contents

Interface IForgeInstaller

Namespace: CmlLib.Core.Installer.Forge
Assembly: CmlLib.Core.Installer.Forge.dll

public interface IForgeInstaller

Properties

ForgeVersion

ForgeVersion ForgeVersion { get; }

Property Value

ForgeVersion

VersionName

string VersionName { get; }

Property Value

string

Methods

Install(MinecraftPath, IGameInstaller, ForgeInstallOptions)

Task Install(MinecraftPath path, IGameInstaller installer, ForgeInstallOptions options)

Parameters

path MinecraftPath

installer IGameInstaller

options ForgeInstallOptions

Returns

Task