Interface TradeOfferHelper.WanderingTraderOffersBuilder

Enclosing class:
TradeOfferHelper

@NonExtendable public static interface TradeOfferHelper.WanderingTraderOffersBuilder
A builder for wandering trader offers.
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