public interface IRecipe extends IForgeRegistryEntry<IRecipe>
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canFit(int width,
      int height)  | 
ItemStack | 
getCraftingResult(InventoryCrafting inv)  | 
default java.lang.String | 
getGroup()  | 
default NonNullList<Ingredient> | 
getIngredients()  | 
ItemStack | 
getRecipeOutput()  | 
default NonNullList<ItemStack> | 
getRemainingItems(InventoryCrafting inv)  | 
default boolean | 
isDynamic()  | 
boolean | 
matches(InventoryCrafting inv,
       World worldIn)  | 
getRegistryName, getRegistryType, setRegistryNameboolean matches(InventoryCrafting inv, World worldIn)
ItemStack getCraftingResult(InventoryCrafting inv)
boolean canFit(int width,
               int height)
ItemStack getRecipeOutput()
default NonNullList<ItemStack> getRemainingItems(InventoryCrafting inv)
default NonNullList<Ingredient> getIngredients()
default boolean isDynamic()
default java.lang.String getGroup()