Class WoolArmorRecipe
java.lang.Object
net.minecraft.src.ShapedRecipes
btw.crafting.recipe.types.customcrafting.WoolArmorRecipe
- All Implemented Interfaces:
IdentifiableRecipe<IRecipe>,IRecipe
-
Field Summary
Fields inherited from class net.minecraft.src.ShapedRecipes
recipeOutputItemID -
Constructor Summary
ConstructorsConstructorDescriptionWoolArmorRecipe(int par1, int par2, TagOrStack[] par3ArrayOfItemStack, ItemStack par4ItemStack) -
Method Summary
Modifier and TypeMethodDescriptiongetCraftingResult(InventoryCrafting inventory) Returns an Item that is the result of this recipeMethods inherited from class net.minecraft.src.ShapedRecipes
func_92100_c, getRecipeHeight, getRecipeItems, getRecipeOutput, getRecipeSize, getRecipeWidth, getSecondaryOutput, hasSecondaryOutput, matches, matches, setSecondaryOutputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.crafting.IdentifiableRecipe
getId, setAsDefaultAfterAchievement, setAsDefaultUntilAchievement, setAsRecipeDefaultMethods inherited from interface net.minecraft.src.IRecipe
hideFromEMI
-
Constructor Details
-
WoolArmorRecipe
public WoolArmorRecipe(int par1, int par2, TagOrStack[] par3ArrayOfItemStack, ItemStack par4ItemStack)
-
-
Method Details
-
getCraftingResult
Description copied from class:ShapedRecipesReturns an Item that is the result of this recipe- Specified by:
getCraftingResultin interfaceIRecipe- Overrides:
getCraftingResultin classShapedRecipes
-