ItemCategoryFetcherDsl

@GeneratedBy(type = ItemCategory::class)
class ItemCategoryFetcherDsl(fetcher: Fetcher<ItemCategory> = emptyItemCategoryFetcher)

Constructors

Link copied to clipboard
constructor(fetcher: Fetcher<ItemCategory> = emptyItemCategoryFetcher)

Functions

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