public class ShapelessRecipes extends IForgeRegistryEntry.Impl<IRecipe> implements IRecipe
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>| Modifier and Type | Field and Description | 
|---|---|
NonNullList<Ingredient> | 
recipeItems  | 
delegate| Constructor and Description | 
|---|
ShapelessRecipes(java.lang.String group,
                ItemStack output,
                NonNullList<Ingredient> ingredients)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canFit(int width,
      int height)  | 
static ShapelessRecipes | 
deserialize(JsonObject json)  | 
ItemStack | 
getCraftingResult(InventoryCrafting inv)  | 
java.lang.String | 
getGroup()  | 
NonNullList<Ingredient> | 
getIngredients()  | 
ItemStack | 
getRecipeOutput()  | 
NonNullList<ItemStack> | 
getRemainingItems(InventoryCrafting inv)  | 
boolean | 
matches(InventoryCrafting inv,
       World worldIn)  | 
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRegistryName, getRegistryType, setRegistryNamepublic final NonNullList<Ingredient> recipeItems
public ShapelessRecipes(java.lang.String group,
                        ItemStack output,
                        NonNullList<Ingredient> ingredients)
public ItemStack getRecipeOutput()
getRecipeOutput in interface IRecipepublic NonNullList<Ingredient> getIngredients()
getIngredients in interface IRecipepublic NonNullList<ItemStack> getRemainingItems(InventoryCrafting inv)
getRemainingItems in interface IRecipepublic boolean matches(InventoryCrafting inv, World worldIn)
public ItemStack getCraftingResult(InventoryCrafting inv)
getCraftingResult in interface IRecipepublic static ShapelessRecipes deserialize(JsonObject json)