Uses of Class
net.minecraft.src.MerchantRecipe

Packages that use MerchantRecipe
net.minecraft.src   
 

Uses of MerchantRecipe in net.minecraft.src
 

Methods in net.minecraft.src that return MerchantRecipe
 MerchantRecipe MerchantRecipeList.canRecipeBeUsed(ItemStack par1ItemStack, ItemStack par2ItemStack, int par3)
          can par1,par2 be used to in crafting recipe par3
 MerchantRecipe InventoryMerchant.getCurrentRecipe()
           
 

Methods in net.minecraft.src with parameters of type MerchantRecipe
 void MerchantRecipeList.addToListWithCheck(MerchantRecipe par1MerchantRecipe)
          checks if there is a recipie for the same ingredients already on the list, and replaces it.
 boolean MerchantRecipe.hasSameIDsAs(MerchantRecipe par1MerchantRecipe)
          checks if both the first and second ItemToBuy IDs are the same
 boolean MerchantRecipe.hasSameItemsAs(MerchantRecipe par1MerchantRecipe)
          checks first and second ItemToBuy ID's and count.
 void NpcMerchant.useRecipe(MerchantRecipe par1MerchantRecipe)
           
 void IMerchant.useRecipe(MerchantRecipe var1)
           
 void EntityVillager.useRecipe(MerchantRecipe par1MerchantRecipe)