Interface ITradeOurs

All Superinterfaces:
IItems<IItem>, ItemProvider<IItem>

public interface ITradeOurs extends IItems<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: