Name | Type | Description | Notes |
---|---|---|---|
expired | bool | True if this offer is expired, false otherwise | |
grants_exp | bool | True if this trade grants experience when completed, false otherwise | |
uses | int | The amount of times this trade has been used | |
max_uses | int | The maximum amount of times that this trade can be used | |
first_buying_item | ItemStack | The first item that is required for the trade | |
second_buying_item | ItemStack | The second item that is required for the trade | [optional] |
selling_item | ItemStack | The item that is received when trading |