surf-api
Toggle table of contents
1.21.4-2.1.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
surf-api
surf-api-bukkit-api
/
dev.slne.surf.surfapi.bukkit.api.inventory.item
Package-level
declarations
Types
Functions
Types
Surf
Gui
Item
Link copied to clipboard
class
SurfGuiItem
:
GuiItem
Functions
gui
Item
Link copied to clipboard
fun
guiItem
(
material
:
Material
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)
:
GuiItem
fun
guiItem
(
item
:
ItemStack
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)
:
GuiItem
fun
guiItem
(
material
:
Material
,
item
:
ItemStack
.
(
)
->
Unit
,
action
:
InventoryClickEvent
.
(
)
->
Unit
=
{}
)
:
GuiItem