Interface ITradeOther

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

public interface ITradeOther extends IItems<IItem>
Represents the other player's trade offer container during a player-to-player trade.

This interface provides access to items that the trading partner 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 other player
  • Verify items being received before accepting the trade
  • Check if specific items have been offered by the trading partner

See Also: