Package-level declarations

Types

Link copied to clipboard

An inventory that contains items.

Link copied to clipboard
@CataloguedBy(catalogue = InventoryTypes::class)
interface InventoryType : Keyed

A type of inventory.

Link copied to clipboard
@Catalogue(type = InventoryType::class)
object InventoryTypes

All the built-in inventory types.

Link copied to clipboard

Represents a player's inventory.