IconData

data class IconData(val material: Material, val components: HashMap<String, String>)

The advancement icon: a Material plus optional item components (e.g. custom item model).

Constructors

Link copied to clipboard
constructor(material: Material, components: HashMap<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val material: Material