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 p_i1917_1_,
int p_i1917_2_,
ItemStack[] p_i1917_3_,
ItemStack p_i1917_4_) |
Modifier and Type | Method and Description |
---|---|
ShapedRecipes |
func_92100_c() |
ItemStack |
getCraftingResult(InventoryCrafting p_77572_1_) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
boolean |
matches(InventoryCrafting p_77569_1_,
World p_77569_2_) |
public final int recipeWidth
public final int recipeHeight
public final ItemStack[] recipeItems
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public boolean matches(InventoryCrafting p_77569_1_, World p_77569_2_)
public ItemStack getCraftingResult(InventoryCrafting p_77572_1_)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe
public ShapedRecipes func_92100_c()