Package net.storm.api.items
Interface ITradeOurs
- All Superinterfaces:
IItems<IItem>,ItemProvider<IItem>
Represents the local player's trade offer container during a player-to-player trade.
This interface provides access to items that the local player has offered
in the current trade session. It extends IItems to provide
standard item container query capabilities.
Use this interface to:
- Query items currently offered by the local player
- Check if specific items have been offered
- Get the total count of offered items
- See Also:
-
Method Summary