Modifier and Type | Field and Description |
---|---|
java.util.List |
recipeItems |
Constructor and Description |
---|
ShapelessRecipes(ItemStack output,
java.util.List inputList) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting p_77572_1_) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
ItemStack[] |
getRemainingItems(InventoryCrafting p_179532_1_) |
boolean |
matches(InventoryCrafting p_77569_1_,
World worldIn) |
public ShapelessRecipes(ItemStack output, java.util.List inputList)
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public ItemStack[] getRemainingItems(InventoryCrafting p_179532_1_)
getRemainingItems
in interface IRecipe
public boolean matches(InventoryCrafting p_77569_1_, World worldIn)
public ItemStack getCraftingResult(InventoryCrafting p_77572_1_)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe