Default

@Serializable
@SerialName(value = "minecraft:model")
data class Default(val model: ResourcePath<ResourceType.Model>, val tints: List<TintSource>? = null, val transformation: Matrix4fc = Matrix4f()) : ItemModel

Constructors

Link copied to clipboard
constructor(model: ResourcePath<ResourceType.Model>, tints: List<TintSource>? = null, transformation: Matrix4fc = Matrix4f())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = Matrix4fcMultiFormatSerializer::class)
val transformation: Matrix4fc