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