Package-level declarations
Types
Link copied to clipboard
An InventoryHolder for the Backpack Inventory.
Link copied to clipboard
class SellerInventoryHolder(val player: Player) : InventoryHolder, CancelledActionInventoryHolder, ClickableInventoryHolder
An InventoryHolder for the Backpack Inventory.
Link copied to clipboard
class ShopInventoryHolder(id: Int, player: Player) : InventoryHolder, CancelledActionInventoryHolder, ClickableInventoryHolder
The inventory holder for a shop gui.
Link copied to clipboard
class WarpInventoryHolder(player: Player) : InventoryHolder, CancelledActionInventoryHolder, ClickableInventoryHolder
An InventoryHolder for the Warp Inventory.