Constructor and Description |
---|
ShapelessRecipes(ItemStack itemstack,
java.util.List list) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting inventorycrafting) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
boolean |
matches(InventoryCrafting inventorycrafting) |
public ShapelessRecipes(ItemStack itemstack, java.util.List list)
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public boolean matches(InventoryCrafting inventorycrafting)
public ItemStack getCraftingResult(InventoryCrafting inventorycrafting)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe