Constructor and Description |
---|
ShapelessOreRecipe(Block result,
Object... recipe) |
ShapelessOreRecipe(Item result,
Object... recipe) |
ShapelessOreRecipe(ItemStack result,
Object... recipe) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting var1)
Returns an Item that is the result of this recipe
|
ArrayList |
getInput()
Returns the input for this recipe, any mod accessing this value should never
manipulate the values in this array as it will effect the recipe itself.
|
ItemStack |
getRecipeOutput() |
int |
getRecipeSize()
Returns the size of the recipe area
|
boolean |
matches(InventoryCrafting var1,
World world)
Used to check if a recipe matches current crafting inventory
|
public int getRecipeSize()
IRecipe
getRecipeSize
in interface IRecipe
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public ItemStack getCraftingResult(InventoryCrafting var1)
IRecipe
getCraftingResult
in interface IRecipe
public boolean matches(InventoryCrafting var1, World world)
IRecipe
public ArrayList getInput()