$

@GeneratedBy(type = Item::class)
object $

Properties

Link copied to clipboard
const val SLOT_COST: Int = 3
Link copied to clipboard
const val SLOT_EFFECT: Int = 8
Link copied to clipboard
const val SLOT_FLING_POWER: Int = 4
Link copied to clipboard
const val SLOT_ID: Int = 0
Link copied to clipboard
const val SLOT_INTERNAL_NAME: Int = 1
Link copied to clipboard
const val SLOT_ITEM_ATTRIBUTES: Int = 6
Link copied to clipboard
Link copied to clipboard
const val SLOT_NAME: Int = 2
Link copied to clipboard
const val SLOT_SHORT_EFFECT: Int = 7
Link copied to clipboard
const val SLOT_TEXT: Int = 9
Link copied to clipboard
val type: ImmutableType

Functions

Link copied to clipboard
fun produce(base: Item? = null, resolveImmediately: Boolean = false): Item
fun produce(base: Item? = null, resolveImmediately: Boolean = false, block: ItemDraft.() -> Unit): Item