net.minecraft.entity
Class NpcMerchant
java.lang.Object
net.minecraft.entity.NpcMerchant
- All Implemented Interfaces:
- IMerchant
public class NpcMerchant
- extends Object
- implements IMerchant
NpcMerchant
public NpcMerchant(EntityPlayer par1EntityPlayer)
getCustomer
public EntityPlayer getCustomer()
- Specified by:
getCustomer
in interface IMerchant
setCustomer
public void setCustomer(EntityPlayer par1EntityPlayer)
- Specified by:
setCustomer
in interface IMerchant
getRecipes
public MerchantRecipeList getRecipes(EntityPlayer par1EntityPlayer)
- Specified by:
getRecipes
in interface IMerchant
setRecipes
public void setRecipes(MerchantRecipeList par1MerchantRecipeList)
- Specified by:
setRecipes
in interface IMerchant
useRecipe
public void useRecipe(MerchantRecipe par1MerchantRecipe)
- Specified by:
useRecipe
in interface IMerchant