StandingSign

@Serializable
@SerialName(value = "minecraft:standing_sign")
data class StandingSign(val woodType: WoodType, val texture: ResourcePath<ResourceType.SignTexture>? = null, val attachment: StandingSignAttachment = StandingSignAttachment.GROUND) : ItemModel.Special.SpecialModel

Constructors

Link copied to clipboard
constructor(woodType: WoodType, texture: ResourcePath<ResourceType.SignTexture>? = null, attachment: StandingSignAttachment = StandingSignAttachment.GROUND)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard