Class TradeOfferHelper.VanillaWanderingTraderPoolIds
java.lang.Object
org.quiltmc.qsl.entity.extensions.api.TradeOfferHelper.VanillaWanderingTraderPoolIds
- Enclosing class:
TradeOfferHelper
Identifiers for vanilla's Wandering Trader offer pools.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.util.IdentifierThe pool ID for the "buy items" pool.static final net.minecraft.util.IdentifierThe pool ID for the "sell common items" pool.static final net.minecraft.util.IdentifierThe pool ID for the "sell special items" pool. -
Method Summary
-
Field Details
-
BUY_ITEMS
public static final net.minecraft.util.Identifier BUY_ITEMSThe 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_ITEMSThe 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_ITEMSThe 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.
-