Class TradeOffers.SellPotionHoldingItemFactory

java.lang.Object
net.minecraft.village.TradeOffers.SellPotionHoldingItemFactory
All Implemented Interfaces:
TradeOffers.Factory
Enclosing class:
TradeOffers

static class TradeOffers.SellPotionHoldingItemFactory
extends Object
implements TradeOffers.Factory
  • Field Details

    • sell

      private final ItemStack sell
    • sellCount

      private final int sellCount
    • price

      private final int price
    • maxUses

      private final int maxUses
    • experience

      private final int experience
    • secondBuy

      private final Item secondBuy
    • secondCount

      private final int secondCount
    • priceMultiplier

      private final float priceMultiplier
  • Constructor Details

    • SellPotionHoldingItemFactory

      public SellPotionHoldingItemFactory​(Item arrow, int secondCount, Item tippedArrow, int sellCount, int price, int maxUses, int experience)
  • Method Details