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
Properties
ArgsId
public string? ArgsId { get; init; }
Property Value
JarFile
public string? JarFile { get; init; }