Modifier and Type | Field and Description |
---|---|
int |
recipeOutputItemID |
Constructor and Description |
---|
ShapedRecipes(int i,
int j,
ItemStack[] aitemstack,
ItemStack itemstack) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting inventorycrafting) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
boolean |
matches(InventoryCrafting inventorycrafting) |
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public boolean matches(InventoryCrafting inventorycrafting)
public ItemStack getCraftingResult(InventoryCrafting inventorycrafting)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe