Package com. github. syari. spigot. api. inventory
Types
ClickEventAction
Link copied to clipboard
ClickEventBuilderAction
Link copied to clipboard
CustomInventory
Link copied to clipboard
CustomInventoryAction
Link copied to clipboard
Functions
inventory
Link copied to clipboard
fun inventory(inventory: Inventory, id: String = inventory.toString()): CustomInventory
Content copied to clipboard
fun inventory(display: String, line: Int = 3, id: String = display): CustomInventory
Content copied to clipboard
チェストタイプの CustomInventory を生成する。
fun inventory(display: String, type: InventoryType, id: String = display): CustomInventory
Content copied to clipboard
fun inventory(inventory: Inventory, id: String = inventory.toString(), action: CustomInventory.() -> Unit): CustomInventory
Content copied to clipboard
fun inventory(display: String, line: Int = 3, id: String = display, action: CustomInventoryAction): CustomInventory
Content copied to clipboard
チェストタイプの CustomInventory を生成する。
fun inventory(display: String, type: InventoryType, id: String = display, action: CustomInventoryAction): CustomInventory
Content copied to clipboard