Kt Inventory Provider
Functions
Link copied to clipboard
Create KtInventory from Inventory.
inline fun create(title: String, line: Int = 3, altColorChar: Char? = '&', block: KtInventory.() -> Unit): KtInventory
Create KtInventory of chest type Inventory.
inline fun create(title: String, type: InventoryType, altColorChar: Char? = '&', block: KtInventory.() -> Unit): KtInventory
Create KtInventory of specific type Inventory.