BlockModel

data class BlockModel(val id: Identifier, val parent: String, val variant: Pair<Instrument, Int>, val textures: String, val customModelData: Int)(source)

A single model for a block

Constructors

Link copied to clipboard
constructor(id: Identifier, parent: String, variant: Pair<Instrument, Int>, textures: String, customModelData: Int)

Properties

Link copied to clipboard

CMD for this block model

Link copied to clipboard

Identifier of the custom block

Link copied to clipboard

Parent model for this block

Link copied to clipboard

Textures of this block model

Link copied to clipboard
val variant: Pair<Instrument, Int>

Note Block variant for this block model