public interface TradeOfferListMutator
Modifier and Type | Method and Description |
---|---|
void |
accept(Merchant owner,
List<TradeOffer> tradeOffers,
Random random)
Mutates the provided
list of TradeOffer s
with the provided Merchant and Random to provide
possible contextualized information. |
void accept(Merchant owner, List<TradeOffer> tradeOffers, Random random)
list
of TradeOffer
s
with the provided Merchant
and Random
to provide
possible contextualized information.owner
- The owner of the listtradeOffers
- The trade offers currentlyrandom
- The random to use for random number generation