ItemAttributeDraft

@GeneratedBy(type = ItemAttribute::class)
interface ItemAttributeDraft : ItemAttribute, Draft

Types

Link copied to clipboard
@GeneratedBy(type = ItemAttribute::class)
object $
Link copied to clipboard
@GeneratedBy(type = ItemAttribute::class)
class Builder

Properties

Link copied to clipboard
abstract override var description: String?

描述

Link copied to clipboard
abstract override var id: Long

ID

Link copied to clipboard
abstract override var internalName: String?

内部名称

Link copied to clipboard
abstract override var name: String?

名称

Functions

Link copied to clipboard
@GeneratedBy(type = ItemAttribute::class)
fun ItemAttribute.copy(resolveImmediately: Boolean = false, block: ItemAttributeDraft.() -> Unit): ItemAttribute