ktInventory
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
ktInventory
kt
Inventory
dev.
s7a.
ktinventory
Kt
Inventory
Kt
Inventory
Base
Kt
Inventory
Paginated
Entry
slot()
dev.
s7a.
ktinventory.
components
Kt
Inventory
Button
Click
Event
Kt
Inventory
Storable
dev.
s7a.
ktinventory.
options
build
Storable
Option()
Kt
Inventory
Storable
Option
Builder
Companion
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
>