| Modifier and Type | Field and Description |
|---|---|
java.util.List |
recipeItems
Is a List of ItemStack that composes the recipe.
|
| Constructor and Description |
|---|
ShapelessRecipes(ItemStack p_i1918_1_,
java.util.List p_i1918_2_) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
getCraftingResult(InventoryCrafting p_77572_1_)
Returns an Item that is the result of this recipe
|
ItemStack |
getRecipeOutput() |
int |
getRecipeSize()
Returns the size of the recipe area
|
boolean |
matches(InventoryCrafting p_77569_1_,
World p_77569_2_)
Used to check if a recipe matches current crafting inventory
|
public final java.util.List recipeItems
public ShapelessRecipes(ItemStack p_i1918_1_, java.util.List p_i1918_2_)
public ItemStack getRecipeOutput()
getRecipeOutput in interface IRecipepublic boolean matches(InventoryCrafting p_77569_1_, World p_77569_2_)
public ItemStack getCraftingResult(InventoryCrafting p_77572_1_)
getCraftingResult in interface IRecipepublic int getRecipeSize()
getRecipeSize in interface IRecipe