Modifier and Type | Field and Description |
---|---|
java.util.List<ItemStack> |
recipeItems |
Constructor and Description |
---|
ShapelessRecipes(ItemStack output,
java.util.List<ItemStack> inputList) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting inv) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
NonNullList<ItemStack> |
getRemainingItems(InventoryCrafting inv) |
boolean |
matches(InventoryCrafting inv,
World worldIn) |
public final java.util.List<ItemStack> recipeItems
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
public NonNullList<ItemStack> getRemainingItems(InventoryCrafting inv)
getRemainingItems
in interface IRecipe
public boolean matches(InventoryCrafting inv, World worldIn)
public ItemStack getCraftingResult(InventoryCrafting inv)
getCraftingResult
in interface IRecipe
public int getRecipeSize()
getRecipeSize
in interface IRecipe