KtInventoryStorableOption

Interface defining options for storable inventories.

Since

2.0.0

Types

Link copied to clipboard
class Builder

Builder class for creating KtInventoryStorableOption instances.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun allowSave(event: InventoryCloseEvent): Boolean

Determines if the inventory should be saved when closed.

Link copied to clipboard
abstract fun onSave()

Called when the inventory is saved.