SellerInventoryHolder

An InventoryHolder for the Backpack Inventory.

Author

MarkusTieger

Since

0.3.0

Constructors

Link copied to clipboard
constructor(player: Player)

Properties

Link copied to clipboard
val player: Player

The player for the inventory

Functions

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

A method which handles inventory clicks.

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

The required getter for the inventory function.