LegacyFabricInstaller

class LegacyFabricInstaller(installerManifest: File, utilities: Utilities)

Information about the LegacyFabric installer and versions.

Author

Griefed

Parameters

installerManifest

Manifest containing information about LegacyFabric installer versions.

utilities

Commonly used utilities across ServerPackCreator.

Constructors

Link copied to clipboard
constructor(installerManifest: File, utilities: Utilities)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun latestURL(): URL

The URL to the latest installer for Legacy Fabric.

Link copied to clipboard

The URL to the release installer for Legacy Fabric.

Link copied to clipboard
fun specificURL(version: String): Optional<URL>

Get the URL for a specific installer version, wrapped in an Optional.

Link copied to clipboard
fun update()

Update all lists of available versions with new information gathered from the manifest.