Interface IItems<T extends IItem>

Type Parameters:
T - the type of items in this container
All Superinterfaces:
ItemProvider<T>
All Known Subinterfaces:
IBank, IBankInventory, IEquipment, IInventory, ITradeInventory, ITradeOther, ITradeOurs

public interface IItems<T extends IItem> extends ItemProvider<T>
Represents an item container with query capabilities.

This is a marker interface that combines item provider functionality. Implementations include:

See Also: