public interface IRecipe
| Modifier and Type | Method and Description | 
|---|---|
ItemStack | 
getCraftingResult(InventoryCrafting inv)  | 
ItemStack | 
getRecipeOutput()  | 
int | 
getRecipeSize()  | 
ItemStack[] | 
getRemainingItems(InventoryCrafting inv)  | 
boolean | 
matches(InventoryCrafting inv,
       World worldIn)  | 
boolean matches(InventoryCrafting inv, World worldIn)
@Nullable ItemStack getCraftingResult(InventoryCrafting inv)
int getRecipeSize()
@Nullable ItemStack getRecipeOutput()
ItemStack[] getRemainingItems(InventoryCrafting inv)