Package net.storm.api.items
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
Represents an item container with query capabilities.
This is a marker interface that combines item provider functionality. Implementations include:
IInventory- Player's inventory (28 slots)IBank- Bank storage (816 slots)IEquipment- Equipped items
- See Also:
-
Method Summary