Berry

@Entity
interface Berry

Inheritors

Properties

Link copied to clipboard
@ManyToOne
abstract val berryFirmness: BerryFirmness?

树果硬度

Link copied to clipboard
@IdView(value = "berryFirmness")
abstract val berryFirmnessId: Long?

树果硬度 ID

Link copied to clipboard
abstract val bulk: Int?

体积

Link copied to clipboard
abstract val growthTime: Int?

成长时间

Link copied to clipboard
@Id
abstract val id: Long

ID

Link copied to clipboard
abstract val internalName: String?

内部名称

Link copied to clipboard
abstract val maxHarvest: Int?

最大收获量

Link copied to clipboard
abstract val name: String?

名称

Link copied to clipboard
abstract val naturalGiftPower: Int?

自然礼物威力

Link copied to clipboard
@ManyToOne
abstract val naturalGiftType: Type?

自然礼物属性

Link copied to clipboard
@IdView(value = "naturalGiftType")
abstract val naturalGiftTypeId: Long?

自然礼物属性 ID

Link copied to clipboard
abstract val smoothness: Int?

顺滑度

Link copied to clipboard
abstract val soilDryness: Int?

土壤干燥度

Functions

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