CustomModelData

@Serializable
@SerialName(value = "minecraft:custom_model_data")
class CustomModelData(val default: Color, val index: Int = 0) : TintSource

Constructors

Link copied to clipboard
constructor(default: Color, index: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int = 0