ItemMetaData

@Serializable
data class ItemMetaData(val skullTexture: String? = null, val customModelData: List<Float> = listOf())

Constructors

Link copied to clipboard
constructor(skullTexture: String? = null, customModelData: List<Float> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
val skullTexture: String? = null