PokemonStatDraft

@GeneratedBy(type = PokemonStat::class)
interface PokemonStatDraft : PokemonStat, Draft

Types

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

Properties

Link copied to clipboard
abstract override var baseStat: Int?

基础能力值

Link copied to clipboard
abstract override var effort: Int?

努力值

Link copied to clipboard
abstract override var id: PokemonStatId

ID

Functions

Link copied to clipboard
@GeneratedBy(type = PokemonStat::class)
fun PokemonStat.copy(resolveImmediately: Boolean = false, block: PokemonStatDraft.() -> Unit): PokemonStat
Link copied to clipboard
abstract fun id(): PokemonStatIdDraft
abstract fun id(block: PokemonStatIdDraft.() -> Unit)