Package net.minecraft.src
Class NpcMerchant
java.lang.Object
net.minecraft.src.NpcMerchant
- All Implemented Interfaces:
IMerchant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfunc_110297_a_(ItemStack par1ItemStack) intintintgetRecipes(EntityPlayer par1EntityPlayer) voidsetCustomer(EntityPlayer par1EntityPlayer) voidsetRecipes(MerchantRecipeList par1MerchantRecipeList) voiduseRecipe(MerchantRecipe par1MerchantRecipe)
-
Constructor Details
-
NpcMerchant
-
-
Method Details
-
getCustomer
- Specified by:
getCustomerin interfaceIMerchant
-
setCustomer
- Specified by:
setCustomerin interfaceIMerchant
-
getRecipes
- Specified by:
getRecipesin interfaceIMerchant
-
setRecipes
- Specified by:
setRecipesin interfaceIMerchant
-
useRecipe
-
func_110297_a_
- Specified by:
func_110297_a_in interfaceIMerchant
-
getCurrentTradeLevel
public int getCurrentTradeLevel()- Specified by:
getCurrentTradeLevelin interfaceIMerchant
-
getCurrentTradeXP
public int getCurrentTradeXP()- Specified by:
getCurrentTradeXPin interfaceIMerchant
-
getCurrentTradeMaxXP
public int getCurrentTradeMaxXP()- Specified by:
getCurrentTradeMaxXPin interfaceIMerchant
-