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