Package-level declarations
Types
Link copied to clipboard
interface KtInventory
KtInventory
Link copied to clipboard
KtInventory creator
Functions
Link copied to clipboard
inline fun Plugin.ktInventory(bukkitInventory: Inventory, block: KtInventory.() -> Unit): KtInventory
Create KtInventory from Inventory.
inline fun Plugin.ktInventory(title: String, line: Int = 3, altColorChar: Char? = '&', block: KtInventory.() -> Unit): KtInventory
Create KtInventory of chest type Inventory.
inline fun Plugin.ktInventory(title: String, type: InventoryType, altColorChar: Char? = '&', block: KtInventory.() -> Unit): KtInventory
Create KtInventory of specific type Inventory.