Class | Description |
---|---|
AbstractInventoryProperty<K,V> |
Base class for InventoryProperty implementations which stubs out all of the
common boilerplate functionality.
|
AcceptsItems |
A property type intended for use with
InputSlot s in order to
query for slots which can accept items of the specified type. |
ArmorSlotType |
Inventory property which allows queries to be constructed for a particular
worn equipment slot type.
|
EquipmentSlotType |
Inventory property which allows queries to be constructed for a particular
equipment slot type.
|
IntProperty |
A generic integer property.
|
InventorySize |
property for inventories of a particular size.
|
MappedIntProperty |
An integer-mapped integer property.
|
SlotIndex |
An inventory property which represents an index within an ordered inventory.
|
SlotPos |
An inventory property which represents a position within a grid.
|
SlotSide |
property which represents a "side" for a particular slot, for use in querying
"sided inventories".
|
StringProperty |
A generic String property for an inventory.
|