slot

fun slot(x: Int, y: Int, creator: SlotCreator.() -> Unit)

Configures a slot by its X and Y coordinates (1-indexed).


fun slot(slot: Slot, creator: SlotCreator.() -> Unit)

Configures a slot by a Slot instance.


fun slot(slot: Int, creator: SlotCreator.() -> Unit)

Configures a slot by its raw index (0-indexed).