Package-level declarations

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Metadata(val model: String?)
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class PlayerProfile(val id: String, val name: String, val legacy: Boolean = false, val skinUrl: String?, val capeUrl: String?, val skinModel: SkinModel)

Represents a player's profile as retrieved from the Mojang session servers.

Link copied to clipboard

Enum representing the model type of player's skin.