ktInventory
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktInventory
ktInventory
/
dev.s7a.ktinventory
Package-level
declarations
Types
Functions
Types
Kt
Inventory
Link copied to clipboard
abstract
class
KtInventory
(
plugin
:
Plugin
,
val
line
:
Int
)
:
KtInventoryBase
,
InventoryHolder
Kt
Inventory
Base
Link copied to clipboard
abstract
class
KtInventoryBase
(
val
line
:
Int
)
Kt
Inventory
Paginated
Link copied to clipboard
abstract
class
KtInventoryPaginated
(
plugin
:
Plugin
,
val
line
:
Int
)
:
KtInventoryBase
Functions
slot
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
>