YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.village.MerchantRecipeList Class Reference
Inheritance diagram for net.minecraft.village.MerchantRecipeList:

Public Member Functions

 MerchantRecipeList ()
 
 MerchantRecipeList (NBTTagCompound par1NBTTagCompound)
 
MerchantRecipe canRecipeBeUsed (ItemStack par1ItemStack, ItemStack par2ItemStack, int par3)
 
void addToListWithCheck (MerchantRecipe par1MerchantRecipe)
 
void writeRecipiesToStream (DataOutputStream par1DataOutputStream) throws IOException
 
void readRecipiesFromTags (NBTTagCompound par1NBTTagCompound)
 
NBTTagCompound getRecipiesAsTags ()
 

Static Public Member Functions

static MerchantRecipeList readRecipiesFromStream (DataInputStream par0DataInputStream) throws IOException
 

Constructor & Destructor Documentation

net.minecraft.village.MerchantRecipeList.MerchantRecipeList ( )
net.minecraft.village.MerchantRecipeList.MerchantRecipeList ( NBTTagCompound  par1NBTTagCompound)

Member Function Documentation

void net.minecraft.village.MerchantRecipeList.addToListWithCheck ( MerchantRecipe  par1MerchantRecipe)

checks if there is a recipie for the same ingredients already on the list, and replaces it. otherwise, adds it

MerchantRecipe net.minecraft.village.MerchantRecipeList.canRecipeBeUsed ( ItemStack  par1ItemStack,
ItemStack  par2ItemStack,
int  par3 
)

can par1,par2 be used to in crafting recipe par3

NBTTagCompound net.minecraft.village.MerchantRecipeList.getRecipiesAsTags ( )
static MerchantRecipeList net.minecraft.village.MerchantRecipeList.readRecipiesFromStream ( DataInputStream  par0DataInputStream) throws IOException
static
void net.minecraft.village.MerchantRecipeList.readRecipiesFromTags ( NBTTagCompound  par1NBTTagCompound)
void net.minecraft.village.MerchantRecipeList.writeRecipiesToStream ( DataOutputStream  par1DataOutputStream) throws IOException

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