EncounterConditionValueFetcherDsl

@GeneratedBy(type = EncounterConditionValue::class)
class EncounterConditionValueFetcherDsl(fetcher: Fetcher<EncounterConditionValue> = emptyEncounterConditionValueFetcher)

Constructors

Link copied to clipboard
constructor(fetcher: Fetcher<EncounterConditionValue> = emptyEncounterConditionValueFetcher)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun encounterCondition(enabled: Boolean = true)
fun encounterCondition(childFetcher: Fetcher<EncounterCondition>)
fun encounterCondition(idOnlyFetchType: IdOnlyFetchType)
fun encounterCondition(enabled: Boolean, childFetcher: Fetcher<EncounterCondition>)
fun encounterCondition(cfgBlock: KReferenceFieldDsl<EncounterCondition>.() -> Unit?, childBlock: EncounterConditionFetcherDsl.() -> Unit)
fun encounterCondition(childFetcher: Fetcher<EncounterCondition>, cfgBlock: KReferenceFieldDsl<EncounterCondition>.() -> Unit?)
fun encounterCondition(fetchType: ReferenceFetchType, childBlock: EncounterConditionFetcherDsl.() -> Unit)
fun encounterCondition(fetchType: ReferenceFetchType, childFetcher: Fetcher<EncounterCondition>)
fun encounterCondition(enabled: Boolean, cfgBlock: KReferenceFieldDsl<EncounterCondition>.() -> Unit?, childBlock: EncounterConditionFetcherDsl.() -> Unit)
fun encounterCondition(enabled: Boolean, childFetcher: Fetcher<EncounterCondition>, cfgBlock: KReferenceFieldDsl<EncounterCondition>.() -> Unit?)
Link copied to clipboard
Link copied to clipboard
fun internalName(enabled: Boolean = true)
Link copied to clipboard
fun name(enabled: Boolean = true)