Table of Contents

Class ModLoaderService.ForgeInstallResult

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

Outcome of a Forge server install: a runnable jar (old Forge) or an args id (modern Forge).

public record ModLoaderService.ForgeInstallResult : IEquatable<ModLoaderService.ForgeInstallResult>
Inheritance
ModLoaderService.ForgeInstallResult
Implements
Inherited Members

Constructors

ForgeInstallResult(string?, string?)

Outcome of a Forge server install: a runnable jar (old Forge) or an args id (modern Forge).

public ForgeInstallResult(string? JarFile, string? ArgsId)

Parameters

JarFile string
ArgsId string

Properties

ArgsId

public string? ArgsId { get; init; }

Property Value

string

JarFile

public string? JarFile { get; init; }

Property Value

string