| 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 IMerchantpublic void setCustomer(EntityPlayer par1EntityPlayer)
setCustomer in interface IMerchantpublic MerchantRecipeList getRecipes(EntityPlayer par1EntityPlayer)
getRecipes in interface IMerchantpublic void setRecipes(MerchantRecipeList par1MerchantRecipeList)
setRecipes in interface IMerchantpublic void useRecipe(MerchantRecipe par1MerchantRecipe)