DecodedTextures

@JsonClass(generateAdapter = true)
data class DecodedTextures(val timestamp: Long, val profileId: String, val profileName: String, val textures: Map<String, Texture>)

Texture element decoded from RawPlayerProfile.Property.value.

Constructors

Link copied to clipboard
constructor(timestamp: Long, profileId: String, profileName: String, textures: Map<String, Texture>)

Properties

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