Package net.minecraft.src
Class ShapelessRecipes
- java.lang.Object
-
- net.minecraft.src.ShapelessRecipes
-
-
Constructor Summary
Constructors Constructor Description ShapelessRecipes(ItemStack var1, java.util.List var2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStack
getCraftingResult(InventoryCrafting var1)
ItemStack
getRecipeOutput()
int
getRecipeSize()
boolean
matches(InventoryCrafting var1)
-
-
-
Constructor Detail
-
ShapelessRecipes
public ShapelessRecipes(ItemStack var1, java.util.List var2)
-
-
Method Detail
-
getRecipeOutput
public ItemStack getRecipeOutput()
- Specified by:
getRecipeOutput
in interfaceIRecipe
-
matches
public boolean matches(InventoryCrafting var1)
-
getCraftingResult
public ItemStack getCraftingResult(InventoryCrafting var1)
- Specified by:
getCraftingResult
in interfaceIRecipe
-
getRecipeSize
public int getRecipeSize()
- Specified by:
getRecipeSize
in interfaceIRecipe
-
-