Constructor and Description |
---|
RecipeFireworks() |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
getRecipeOutput() |
int |
getRecipeSize()
Returns the size of the recipe area
|
boolean |
matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
public boolean matches(InventoryCrafting par1InventoryCrafting, World par2World)
public ItemStack getCraftingResult(InventoryCrafting par1InventoryCrafting)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe