custom
Toggle table of contents
1.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
custom
custom
/
net.crystopia.crystalshard.paper.custom.gui
/
CustomGUI
/
set
set
@
JvmName
(
name
=
"setSlot"
)
fun
set
(
slot
:
Int
,
item
:
ItemStack
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)
@
JvmName
(
name
=
"setSlots"
)
fun
set
(
indexes
:
Collection
<
Int
>
,
item
:
ItemStack
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)
@
JvmName
(
name
=
"setKey"
)
fun
set
(
key
:
Char
,
item
:
ItemStack
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)
@
JvmName
(
name
=
"setKeys"
)
fun
set
(
keys
:
Collection
<
Char
>
,
item
:
ItemStack
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)