Bed

@Serializable
@SerialName(value = "minecraft:bed")
data class Bed(val texture: ResourcePath<ResourceType.BedTexture>) : ItemModel.Special.SpecialModel

Constructors

Link copied to clipboard
constructor(texture: ResourcePath<ResourceType.BedTexture>)

Properties

Link copied to clipboard