setItem

open override fun setItem(slot: Int, value: KItem)

Sets the given item at the given position

Parameters

slot

the slot

value

the item


open override fun setItem(row: Int, slot: Int, item: KItem)

Sets the given item relative to the slot of the given row

Parameters

row

the row

slot

the slot of the row

item

the item