SkullSkin

data class SkullSkin(val name: String, val rarity: Rarity, val skin: String, val target: Identifier, val isHelmet: Boolean = true) : Cosmetic(source)

A cosmetic which applies custom skin to a skull item

Constructors

Link copied to clipboard
constructor(name: String, rarity: Rarity, skin: String, target: Identifier, isHelmet: Boolean = true)

Properties

Link copied to clipboard
val isHelmet: Boolean = true

Whether this skull applies to helmet. If false only applies to pets instead

Link copied to clipboard

Display item of the skin

Link copied to clipboard

Rarity of the skin item

Link copied to clipboard

Skin Base64 data, see Minecraft Heads website

Link copied to clipboard

ID of the item this skin applies to