FabricDetails

Fabric loader details

Author

Griefed

Properties

Link copied to clipboard

FabricArguments used by this Fabric loader.

Link copied to clipboard
val id: String? = null

Fabric loader ID, in the format of fabric-loader-FABRIC_VERSION-MINECRAFT_VERSION .

Link copied to clipboard
val inheritsFrom: String? = null

The Minecraft version from which this Fabric loader version inherits from.

Link copied to clipboard

FabricLibrary-list used by this Fabric loader.

Link copied to clipboard
val mainClass: String? = null

The Main class of this Fabric loader.

Link copied to clipboard
val releaseTime: Date? = null

The date at which this loader was released.

Link copied to clipboard
val time: Date? = null

Probably the same as .getReleaseTime. Not sure. It's a field in the JSON you receive from Fabric. - Griefed.

Link copied to clipboard
val type: String? = null

The release type of this Fabric loader.