selery.inventory.inventory

Members

Classes

Inventory
class Inventory

Basic inventory class with adding/removing/assigning/filling functions.

InventoryGroup
class InventoryGroup

Group of inventories that acts as one.

InventoryRange
class InventoryRange

A part of an inventory with all the methods of a normal inventory. It's given by default using by calling the Inventory's method opIndex with a valid range.

InventoryRangeError
class InventoryRangeError

Exception thrown by the inventory when a range error happens, instead of the classic RangeError that gives a bad description of the problem.

NotifiedInventory
class NotifiedInventory

Special inventory that notifies the holder when a slot is updated.

PlayerInventory
class PlayerInventory

Inventory held by an entity that also contains slots for armour and item's holding.

Interfaces

InventoryHolder
interface InventoryHolder
Undocumented in source.

Meta

License

MIT

Authors

Kripth