public static class EntityVillager.ItemAndEmeraldToItem extends java.lang.Object implements EntityVillager.ITradeList
Modifier and Type | Field and Description |
---|---|
ItemStack |
buyingItemStack |
EntityVillager.PriceInfo |
buyingPriceInfo |
ItemStack |
sellingItemstack |
EntityVillager.PriceInfo |
sellingPriceInfo |
Constructor and Description |
---|
ItemAndEmeraldToItem(Item p_i45813_1_,
EntityVillager.PriceInfo p_i45813_2_,
Item p_i45813_3_,
EntityVillager.PriceInfo p_i45813_4_) |
Modifier and Type | Method and Description |
---|---|
void |
addMerchantRecipe(IMerchant merchant,
MerchantRecipeList recipeList,
java.util.Random random) |
public ItemStack buyingItemStack
public EntityVillager.PriceInfo buyingPriceInfo
public ItemStack sellingItemstack
public EntityVillager.PriceInfo sellingPriceInfo
public ItemAndEmeraldToItem(Item p_i45813_1_, EntityVillager.PriceInfo p_i45813_2_, Item p_i45813_3_, EntityVillager.PriceInfo p_i45813_4_)
public void addMerchantRecipe(IMerchant merchant, MerchantRecipeList recipeList, java.util.Random random)
addMerchantRecipe
in interface EntityVillager.ITradeList