ItemFetcherDsl

@GeneratedBy(type = Item::class)
class ItemFetcherDsl(fetcher: Fetcher<Item> = emptyItemFetcher)

Constructors

Link copied to clipboard
constructor(fetcher: Fetcher<Item> = emptyItemFetcher)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun cost(enabled: Boolean = true)
Link copied to clipboard
fun effect(enabled: Boolean = true)
Link copied to clipboard
fun flingPower(enabled: Boolean = true)
Link copied to clipboard
fun internallyGetFetcher(): Fetcher<Item>
Link copied to clipboard
fun internalName(enabled: Boolean = true)
Link copied to clipboard
fun itemAttributes(enabled: Boolean = true)
fun itemAttributes(childFetcher: Fetcher<ItemAttribute>)
fun itemAttributes(enabled: Boolean, childBlock: ItemAttributeFetcherDsl.() -> Unit)
fun itemAttributes(enabled: Boolean, childFetcher: Fetcher<ItemAttribute>)
fun itemAttributes(cfgBlock: KListFieldDsl<ItemAttribute>.() -> Unit?, childBlock: ItemAttributeFetcherDsl.() -> Unit)
fun itemAttributes(childFetcher: Fetcher<ItemAttribute>, cfgBlock: KListFieldDsl<ItemAttribute>.() -> Unit?)
fun itemAttributes(enabled: Boolean, cfgBlock: KListFieldDsl<ItemAttribute>.() -> Unit?, childBlock: ItemAttributeFetcherDsl.() -> Unit)
fun itemAttributes(enabled: Boolean, childFetcher: Fetcher<ItemAttribute>, cfgBlock: KListFieldDsl<ItemAttribute>.() -> Unit?)
Link copied to clipboard
fun itemFlingEffect(enabled: Boolean = true)
fun itemFlingEffect(childFetcher: Fetcher<ItemFlingEffect>)
fun itemFlingEffect(idOnlyFetchType: IdOnlyFetchType)
fun itemFlingEffect(enabled: Boolean, childBlock: ItemFlingEffectFetcherDsl.() -> Unit)
fun itemFlingEffect(enabled: Boolean, childFetcher: Fetcher<ItemFlingEffect>)
fun itemFlingEffect(cfgBlock: KReferenceFieldDsl<ItemFlingEffect>.() -> Unit?, childBlock: ItemFlingEffectFetcherDsl.() -> Unit)
fun itemFlingEffect(childFetcher: Fetcher<ItemFlingEffect>, cfgBlock: KReferenceFieldDsl<ItemFlingEffect>.() -> Unit?)
fun itemFlingEffect(fetchType: ReferenceFetchType, childBlock: ItemFlingEffectFetcherDsl.() -> Unit)
fun itemFlingEffect(fetchType: ReferenceFetchType, childFetcher: Fetcher<ItemFlingEffect>)
fun itemFlingEffect(enabled: Boolean, cfgBlock: KReferenceFieldDsl<ItemFlingEffect>.() -> Unit?, childBlock: ItemFlingEffectFetcherDsl.() -> Unit)
fun itemFlingEffect(enabled: Boolean, childFetcher: Fetcher<ItemFlingEffect>, cfgBlock: KReferenceFieldDsl<ItemFlingEffect>.() -> Unit?)
Link copied to clipboard
fun name(enabled: Boolean = true)
Link copied to clipboard
fun shortEffect(enabled: Boolean = true)
Link copied to clipboard
fun text(enabled: Boolean = true)