Constructor and Description |
---|
NpcMerchant(EntityPlayer p_i45817_1_,
IChatComponent p_i45817_2_) |
Modifier and Type | Method and Description |
---|---|
EntityPlayer |
getCustomer() |
IChatComponent |
getDisplayName() |
MerchantRecipeList |
getRecipes(EntityPlayer p_70934_1_) |
void |
setCustomer(EntityPlayer p_70932_1_) |
void |
setRecipes(MerchantRecipeList p_70930_1_) |
void |
useRecipe(MerchantRecipe p_70933_1_) |
void |
verifySellingItem(ItemStack p_110297_1_) |
public NpcMerchant(EntityPlayer p_i45817_1_, IChatComponent p_i45817_2_)
public EntityPlayer getCustomer()
getCustomer
in interface IMerchant
public void setCustomer(EntityPlayer p_70932_1_)
setCustomer
in interface IMerchant
public MerchantRecipeList getRecipes(EntityPlayer p_70934_1_)
getRecipes
in interface IMerchant
public void setRecipes(MerchantRecipeList p_70930_1_)
setRecipes
in interface IMerchant
public void useRecipe(MerchantRecipe p_70933_1_)
public void verifySellingItem(ItemStack p_110297_1_)
verifySellingItem
in interface IMerchant
public IChatComponent getDisplayName()
getDisplayName
in interface IMerchant