Interface TradeOfferHelper.WanderingTraderOffersBuilder

Enclosing class:
TradeOfferHelper

@NonExtendable @Experimental public static interface TradeOfferHelper.WanderingTraderOffersBuilder
A builder for rebalanced wandering trader offers.

Experimental feature. This API may receive changes as necessary to adapt to further experiment changes.

See Also:
  • Field Details

    • BUY_ITEMS_POOL

      static final Identifier BUY_ITEMS_POOL
      The pool ID for the "buy items" pool. Two trade offers are picked from this pool.

      In vanilla, this pool contains offers to buy water buckets, baked potatoes, etc. for emeralds.

    • SELL_SPECIAL_ITEMS_POOL

      static final Identifier SELL_SPECIAL_ITEMS_POOL
      The pool ID for the "sell special items" pool. Two trade offers are picked from this pool.

      In vanilla, this pool contains offers to sell logs, enchanted iron pickaxes, etc.

    • SELL_COMMON_ITEMS_POOL

      static final Identifier SELL_COMMON_ITEMS_POOL
      The pool ID for the "sell common items" pool. Five trade offers are picked from this pool.

      In vanilla, this pool contains offers to sell flowers, saplings, etc.

  • Method Details