public static class EntityVillager.EmeraldForItems extends java.lang.Object implements EntityVillager.ITradeList
Modifier and Type | Field and Description |
---|---|
Item |
buyingItem |
EntityVillager.PriceInfo |
price |
Constructor and Description |
---|
EmeraldForItems(Item itemIn,
EntityVillager.PriceInfo priceIn) |
Modifier and Type | Method and Description |
---|---|
void |
addMerchantRecipe(IMerchant merchant,
MerchantRecipeList recipeList,
java.util.Random random) |
public Item buyingItem
public EntityVillager.PriceInfo price
public EmeraldForItems(Item itemIn, EntityVillager.PriceInfo priceIn)
public void addMerchantRecipe(IMerchant merchant, MerchantRecipeList recipeList, java.util.Random random)
addMerchantRecipe
in interface EntityVillager.ITradeList