YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.entity.IMerchant Interface Reference
Inheritance diagram for net.minecraft.entity.IMerchant:
net.minecraft.entity.NpcMerchant net.minecraft.entity.passive.EntityVillager

Public Member Functions

void setCustomer (EntityPlayer entityplayer)
 
EntityPlayer getCustomer ()
 
MerchantRecipeList getRecipes (EntityPlayer entityplayer)
 
void setRecipes (MerchantRecipeList merchantrecipelist)
 
void useRecipe (MerchantRecipe merchantrecipe)
 

Member Function Documentation

EntityPlayer net.minecraft.entity.IMerchant.getCustomer ( )
MerchantRecipeList net.minecraft.entity.IMerchant.getRecipes ( EntityPlayer  entityplayer)
void net.minecraft.entity.IMerchant.setCustomer ( EntityPlayer  entityplayer)
void net.minecraft.entity.IMerchant.setRecipes ( MerchantRecipeList  merchantrecipelist)
void net.minecraft.entity.IMerchant.useRecipe ( MerchantRecipe  merchantrecipe)

The documentation for this interface was generated from the following file: