emo / me.eater.emo.minecraft.dto.profile / Textures

Textures

data class Textures

Constructors

<init>

Textures(timestamp: Long, profileID: String, profileName: String, textures: TexturesClass)

Properties

profileID

val profileID: String

profileName

val profileName: String

textures

val textures: TexturesClass

timestamp

val timestamp: Long

Functions

toJson

fun toJson(): String

Companion Object Functions

fromJson

fun fromJson(json: String): Textures?