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 width,
int height,
ItemStack[] p_i1917_3_,
ItemStack output) |
| Modifier and Type | Method and Description |
|---|---|
ShapedRecipes |
func_92100_c() |
ItemStack |
getCraftingResult(InventoryCrafting p_77572_1_) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
ItemStack[] |
getRemainingItems(InventoryCrafting p_179532_1_) |
boolean |
matches(InventoryCrafting p_77569_1_,
World worldIn) |
public final int recipeWidth
public final int recipeHeight
public final ItemStack[] recipeItems
public ItemStack getRecipeOutput()
getRecipeOutput in interface IRecipepublic ItemStack[] getRemainingItems(InventoryCrafting p_179532_1_)
getRemainingItems in interface IRecipepublic boolean matches(InventoryCrafting p_77569_1_, World worldIn)
public ItemStack getCraftingResult(InventoryCrafting p_77572_1_)
getCraftingResult in interface IRecipepublic int getRecipeSize()
getRecipeSize in interface IRecipepublic ShapedRecipes func_92100_c()