emo / me.eater.emo.minecraft.dto.manifest / Library

Library

data class Library : ILibrary

Constructors

<init>

Library(downloads: LibraryDownloads, name: String, natives: Map<String, String> = hashMapOf(), extract: Extract = Extract(), rules: List<Rule> = listOf())

Properties

downloads

val downloads: LibraryDownloads

extract

val extract: Extract

name

val name: String

natives

val natives: Map<String, String>

rules

val rules: List<Rule>

Functions

getPath

fun getPath(): String?