Modifier and Type | Field and Description |
---|---|
java.util.List |
recipeItems |
Constructor and Description |
---|
ShapelessRecipes(ItemStack par1ItemStack,
java.util.List par2List) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting par1InventoryCrafting) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
boolean |
matches(InventoryCrafting par1InventoryCrafting,
World par2World) |
public ShapelessRecipes(ItemStack par1ItemStack, java.util.List par2List)
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public boolean matches(InventoryCrafting par1InventoryCrafting, World par2World)
public ItemStack getCraftingResult(InventoryCrafting par1InventoryCrafting)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe