Package-level declarations

Types

Link copied to clipboard
open class BaseKInventoryImpl(owner: KInventoryHolder, val size: Int = 3*9, type: InventoryType?, title: Component?, private: Boolean = true) : BaseKInventory
Link copied to clipboard
Link copied to clipboard
class KPageImpl(var title: Component?, val rowLength: Int = 9, val size: Int = 3.rows) : AbstractContentContainer, KPage
Link copied to clipboard
class KPageInventoryImpl(owner: KInventoryHolder, val size: Int = 3*9, var looping: Boolean, var title: Component?) : BaseKInventoryImpl, KPageInventory
Link copied to clipboard
class KRowImpl(val name: String = "") : KRow