Interface ITradeInventory

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

public interface ITradeInventory extends IItems<IItem>
Represents the player's inventory as visible during a trade session.

This interface provides access to items in the player's inventory that can be offered in the current trade. It extends IItems to provide standard item container query capabilities.

Use this interface to:

  • Query available items that can be offered in the trade
  • Check what items the player has available to trade
  • Find specific items before offering them

Note: This represents the inventory view within the trade window, not the standard inventory interface.

See Also: