public interface IMerchant
Modifier and Type | Method and Description |
---|---|
EntityPlayer |
getCustomer() |
ITextComponent |
getDisplayName() |
MerchantRecipeList |
getRecipes(EntityPlayer player) |
void |
setCustomer(EntityPlayer player) |
void |
setRecipes(MerchantRecipeList recipeList) |
void |
useRecipe(MerchantRecipe recipe) |
void |
verifySellingItem(ItemStack stack) |
void setCustomer(EntityPlayer player)
EntityPlayer getCustomer()
MerchantRecipeList getRecipes(EntityPlayer player)
void setRecipes(MerchantRecipeList recipeList)
void useRecipe(MerchantRecipe recipe)
void verifySellingItem(ItemStack stack)
ITextComponent getDisplayName()