Package-level declarations

Types

Link copied to clipboard
abstract class KtInventory(plugin: Plugin, val line: Int) : KtInventoryBase, InventoryHolder
Link copied to clipboard
abstract class KtInventoryBase(val line: Int)
Link copied to clipboard
abstract class KtInventoryPaginated(plugin: Plugin, val line: Int) : KtInventoryBase

Functions

Link copied to clipboard
fun slot(y: Int, x: Int): Int
fun slot(y: Int, x: IntRange): List<Int>
fun slot(y: IntRange, x: Int): List<Int>
fun slot(y: IntRange, x: IntRange): List<Int>