emo / me.eater.emo.emo.dto / Profile

Profile

data class Profile

Constructors

<init>

Profile(name: String, target: Target, minecraft: String, forge: String? = null, mods: List<Mod>)

Properties

forge

val forge: String?

minecraft

val minecraft: String

mods

val mods: List<Mod>

name

val name: String

target

val target: Target

Functions

toJson

fun toJson(): String

Companion Object Functions

fromJson

fun fromJson(json: String): Profile?