Package net.minecraft.src
Interface IMerchant
- All Known Implementing Classes:
BlacksmithVillagerEntity,ButcherVillagerEntity,EntityVillager,FarmerVillagerEntity,LibrarianVillagerEntity,NpcMerchant,PriestVillagerEntity
public interface IMerchant
-
Method Summary
Modifier and TypeMethodDescriptionvoidfunc_110297_a_(ItemStack var1) intintintgetRecipes(EntityPlayer var1) voidsetCustomer(EntityPlayer var1) voidsetRecipes(MerchantRecipeList var1) voiduseRecipe(MerchantRecipe var1)
-
Method Details
-
setCustomer
-
getCustomer
EntityPlayer getCustomer() -
getRecipes
-
setRecipes
-
useRecipe
-
func_110297_a_
-
getCurrentTradeLevel
int getCurrentTradeLevel() -
getCurrentTradeXP
int getCurrentTradeXP() -
getCurrentTradeMaxXP
int getCurrentTradeMaxXP()
-