public interface IMerchant
Modifier and Type | Method and Description |
---|---|
void |
func_110297_a_(ItemStack itemstack) |
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)
void func_110297_a_(ItemStack itemstack)