public class ShapedRecipes extends java.lang.Object implements IRecipe
| Modifier and Type | Field and Description |
|---|---|
int |
recipeHeight |
ItemStack[] |
recipeItems |
int |
recipeWidth |
| Constructor and Description |
|---|
ShapedRecipes(int par1,
int par2,
ItemStack[] par3ArrayOfItemStack,
ItemStack par4ItemStack) |
| Modifier and Type | Method and Description |
|---|---|
ShapedRecipes |
func_92100_c() |
ItemStack |
getCraftingResult(InventoryCrafting par1InventoryCrafting) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
boolean |
matches(InventoryCrafting par1InventoryCrafting,
World par2World) |
public final int recipeWidth
public final int recipeHeight
public final ItemStack[] 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 IRecipepublic ShapedRecipes func_92100_c()