Class VillagerTrades.ItemsAndEmeraldsToItems

java.lang.Object
net.minecraft.world.entity.npc.VillagerTrades.ItemsAndEmeraldsToItems
All Implemented Interfaces:
VillagerTrades.ItemListing
Enclosing class:
VillagerTrades

static class VillagerTrades.ItemsAndEmeraldsToItems extends Object implements VillagerTrades.ItemListing
  • Field Details

    • fromItem

      private final ItemStack fromItem
    • emeraldCost

      private final int emeraldCost
    • toItem

      private final ItemStack toItem
    • maxUses

      private final int maxUses
    • villagerXp

      private final int villagerXp
    • priceMultiplier

      private final float priceMultiplier
  • Constructor Details

    • ItemsAndEmeraldsToItems

      public ItemsAndEmeraldsToItems(ItemLike p_35717_, int p_35718_, int p_35719_, Item p_35720_, int p_35721_, int p_35722_, int p_35723_, float p_300353_)
    • ItemsAndEmeraldsToItems

      public ItemsAndEmeraldsToItems(ItemLike p_35725_, int p_35726_, int p_35728_, ItemStack p_300910_, int p_35729_, int p_35730_, int p_301344_, float p_299782_)
  • Method Details