Package btw.crafting.recipe.types
Class LoomRecipe
java.lang.Object
btw.crafting.recipe.types.BulkRecipe
btw.crafting.recipe.types.LoomRecipe
- All Implemented Interfaces:
IdentifiableRecipe<BulkRecipe>
-
Field Summary
Fields inherited from class btw.crafting.recipe.types.BulkRecipe
metadataExclusive, recipeInputStacks, recipeOutputStacks -
Constructor Summary
ConstructorsConstructorDescriptionLoomRecipe(List<ItemStack> recipeOutputStacks, List<TagOrStack> recipeInputStacks, boolean metadataExclusive) LoomRecipe(ItemStack recipeOutputStack, List<TagOrStack> recipeInputStacks) LoomRecipe(ItemStack recipeOutputStack, List<TagOrStack> recipeInputStacks, boolean metadataExclusive) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoesInventoryContainIngredients(ItemStack... inventory) Methods inherited from class btw.crafting.recipe.types.BulkRecipe
consumeInventoryIngredients, doesInventoryContainIngredients, doesStackSatisfyIngredients, getCraftingIngrediantList, getCraftingOutputList, getFirstIngredient, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.crafting.IdentifiableRecipe
getId, hideFromEMI, setAsDefaultAfterAchievement, setAsDefaultUntilAchievement, setAsRecipeDefault
-
Constructor Details
-
LoomRecipe
-
LoomRecipe
public LoomRecipe(ItemStack recipeOutputStack, List<TagOrStack> recipeInputStacks, boolean metadataExclusive) -
LoomRecipe
public LoomRecipe(List<ItemStack> recipeOutputStacks, List<TagOrStack> recipeInputStacks, boolean metadataExclusive)
-
-
Method Details
-
doesInventoryContainIngredients
-