PokemonTypeDraft

@GeneratedBy(type = PokemonType::class)
interface PokemonTypeDraft : PokemonType, Draft

Types

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

Properties

Link copied to clipboard
abstract override var id: PokemonTypeId

ID

Link copied to clipboard
abstract override var slot: Int?

槽位

Functions

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