public interface IMerchant
Modifier and Type | Method and Description |
---|---|
EntityPlayer |
getCustomer() |
MerchantRecipeList |
getRecipes(EntityPlayer entityplayer) |
void |
setCustomer(EntityPlayer entityplayer) |
void |
setRecipes(MerchantRecipeList merchantrecipelist) |
void |
useRecipe(MerchantRecipe merchantrecipe) |
void setCustomer(EntityPlayer entityplayer)
EntityPlayer getCustomer()
MerchantRecipeList getRecipes(EntityPlayer entityplayer)
void setRecipes(MerchantRecipeList merchantrecipelist)
void useRecipe(MerchantRecipe merchantrecipe)