ItemCategory

@Entity
interface ItemCategory

Inheritors

Properties

Link copied to clipboard
@Id
abstract val id: Long

ID

Link copied to clipboard
abstract val internalName: String?

内部名称

Link copied to clipboard
@ManyToOne
abstract val itemPocket: ItemPocket?

道具口袋

Link copied to clipboard
abstract val name: String?

名称

Functions

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