Package-level declarations

Types

Link copied to clipboard
class ClickableItem(material: Material, displayName: String, loreLines: List<String> = emptyList(), amount: Int = 1, customItem: ItemStack? = null, clickHandler: (ClickAction) -> GuiResult<Unit>? = null) : GuiItem

クリック可能なアイテム

Link copied to clipboard
class DecorationItem(material: Material, displayName: String? = null) : GuiItem

クリック不可の装飾アイテム

Link copied to clipboard
sealed interface GuiItem

GUI アイテムの基底 sealed interface