Package-level declarations

Types

Link copied to clipboard
interface KtInventory

KtInventory

Link copied to clipboard
class KtInventoryProvider(plugin: Plugin)

KtInventory creator

Functions

Link copied to clipboard
fun Plugin.ktInventory(bukkitInventory: Inventory): KtInventory
inline fun Plugin.ktInventory(bukkitInventory: Inventory, block: KtInventory.() -> Unit): KtInventory

Create KtInventory from Inventory.

fun Plugin.ktInventory(title: String, line: Int = 3, altColorChar: Char? = '&'): KtInventory
inline fun Plugin.ktInventory(title: String, line: Int = 3, altColorChar: Char? = '&', block: KtInventory.() -> Unit): KtInventory

Create KtInventory of chest type Inventory.

fun Plugin.ktInventory(title: String, type: InventoryType, altColorChar: Char? = '&'): KtInventory
inline fun Plugin.ktInventory(title: String, type: InventoryType, altColorChar: Char? = '&', block: KtInventory.() -> Unit): KtInventory

Create KtInventory of specific type Inventory.