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 KPageInventoryImpl(owner: KInventoryHolder, val size: Int = 3*9, var looping: Boolean, var title: Component?) : BaseKInventoryImpl, KPageInventory