Chest

@Serializable
@SerialName(value = "minecraft:chest")
data class Chest(val texture: ResourcePath<ResourceType.ChestTexture>, val openness: Double = 0.0, val type: ChestType = ChestType.SINGLE) : ItemModel.Special.SpecialModel

Constructors

Link copied to clipboard
constructor(texture: ResourcePath<ResourceType.ChestTexture>, openness: Double = 0.0, type: ChestType = ChestType.SINGLE)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "chest_type")
val type: ChestType