public static class EntityVillager.ListItemForEmeralds extends java.lang.Object implements EntityVillager.ITradeList
| Modifier and Type | Field and Description | 
|---|---|
| ItemStack | itemToBuy | 
| EntityVillager.PriceInfo | priceInfo | 
| Constructor and Description | 
|---|
| ListItemForEmeralds(Item par1Item,
                   EntityVillager.PriceInfo priceInfo) | 
| ListItemForEmeralds(ItemStack stack,
                   EntityVillager.PriceInfo priceInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addMerchantRecipe(IMerchant merchant,
                 MerchantRecipeList recipeList,
                 java.util.Random random) | 
public ItemStack itemToBuy
public EntityVillager.PriceInfo priceInfo
public ListItemForEmeralds(Item par1Item, EntityVillager.PriceInfo priceInfo)
public ListItemForEmeralds(ItemStack stack, EntityVillager.PriceInfo priceInfo)
public void addMerchantRecipe(IMerchant merchant, MerchantRecipeList recipeList, java.util.Random random)
addMerchantRecipe in interface EntityVillager.ITradeList