EncounterConditionValueFetcherDsl
class EncounterConditionValueFetcherDsl(fetcher: Fetcher<EncounterConditionValue> = emptyEncounterConditionValueFetcher)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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(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