Constructor and Description |
---|
NpcMerchant(EntityPlayer par1EntityPlayer) |
Modifier and Type | Method and Description |
---|---|
EntityPlayer |
getCustomer() |
MerchantRecipeList |
getRecipes(EntityPlayer par1EntityPlayer) |
void |
setCustomer(EntityPlayer par1EntityPlayer) |
void |
setRecipes(MerchantRecipeList par1MerchantRecipeList) |
void |
useRecipe(MerchantRecipe par1MerchantRecipe) |
public NpcMerchant(EntityPlayer par1EntityPlayer)
public EntityPlayer getCustomer()
getCustomer
in interface IMerchant
public void setCustomer(EntityPlayer par1EntityPlayer)
setCustomer
in interface IMerchant
public MerchantRecipeList getRecipes(EntityPlayer par1EntityPlayer)
getRecipes
in interface IMerchant
public void setRecipes(MerchantRecipeList par1MerchantRecipeList)
setRecipes
in interface IMerchant
public void useRecipe(MerchantRecipe par1MerchantRecipe)