net.minecraft.item.crafting
Class RecipesArmorDyes
java.lang.Object
  
net.minecraft.item.crafting.RecipesArmorDyes
- All Implemented Interfaces: 
 - IRecipe
 
public class RecipesArmorDyes
- extends Object
- implements IRecipe
  
 
 
 
RecipesArmorDyes
public RecipesArmorDyes()
matches
public boolean matches(InventoryCrafting par1InventoryCrafting,
                       World par2World)
- Used to check if a recipe matches current crafting inventory
- Specified by:
 matches in interface IRecipe
 
 
 
getCraftingResult
public ItemStack getCraftingResult(InventoryCrafting par1InventoryCrafting)
- Returns an Item that is the result of this recipe
- Specified by:
 getCraftingResult in interface IRecipe
 
 
 
getRecipeSize
public int getRecipeSize()
- Returns the size of the recipe area
- Specified by:
 getRecipeSize in interface IRecipe
 
 
 
getRecipeOutput
public ItemStack getRecipeOutput()
- Specified by:
 getRecipeOutput in interface IRecipe