Class TradeOfferHelper.VanillaWanderingTraderPoolIds

java.lang.Object
org.quiltmc.qsl.entity.extensions.api.TradeOfferHelper.VanillaWanderingTraderPoolIds
Enclosing class:
TradeOfferHelper

public static final class TradeOfferHelper.VanillaWanderingTraderPoolIds extends Object
Identifiers for vanilla's Wandering Trader offer pools.
  • Field Details

    • BUY_ITEMS

      public static final net.minecraft.util.Identifier BUY_ITEMS
      The pool ID for the "buy items" pool. Two offers are picked from this pool.

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

    • SELL_SPECIAL_ITEMS

      public static final net.minecraft.util.Identifier SELL_SPECIAL_ITEMS
      The pool ID for the "sell special items" pool. Two offers are picked from this pool.

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

    • SELL_COMMON_ITEMS

      public static final net.minecraft.util.Identifier SELL_COMMON_ITEMS
      The pool ID for the "sell common items" pool. Five offers are picked from this pool.

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