public static class EntityVillager.ListItemForEmeralds extends java.lang.Object implements EntityVillager.ITradeList
Modifier and Type | Field and Description |
---|---|
EntityVillager.PriceInfo |
field_179402_b |
ItemStack |
field_179403_a |
Constructor and Description |
---|
ListItemForEmeralds(Item par1Item,
EntityVillager.PriceInfo priceInfo) |
ListItemForEmeralds(ItemStack stack,
EntityVillager.PriceInfo priceInfo) |
Modifier and Type | Method and Description |
---|---|
void |
modifyMerchantRecipeList(MerchantRecipeList recipeList,
java.util.Random random)
Affects the given MerchantRecipeList to possibly add or remove MerchantRecipes.
|
public ItemStack field_179403_a
public EntityVillager.PriceInfo field_179402_b
public ListItemForEmeralds(Item par1Item, EntityVillager.PriceInfo priceInfo)
public ListItemForEmeralds(ItemStack stack, EntityVillager.PriceInfo priceInfo)
public void modifyMerchantRecipeList(MerchantRecipeList recipeList, java.util.Random random)
modifyMerchantRecipeList
in interface EntityVillager.ITradeList