ShopInventoryHolder

The inventory holder for a shop gui.

Author

MarkusTieger

Since

0.2.0

Parameters

id

The id of the shop gui

See also

InventoryHolder

Constructors

Link copied to clipboard
constructor(id: Int, player: Player)

Functions

Link copied to clipboard
open override fun click(whoClicked: Player, clickedSlot: Int, action: InventoryAction)

A method which handles inventory clicks.

Link copied to clipboard
open override fun getInventory(): @NotNull Inventory

A getter for the created inventory.