Package btw.crafting.recipe.types
Class HopperFilterRecipe
java.lang.Object
btw.crafting.recipe.types.HopperFilterRecipe
- All Implemented Interfaces:
IdentifiableRecipe<HopperFilterRecipe>
-
Constructor Summary
ConstructorsConstructorDescriptionHopperFilterRecipe(ItemStack hopperOutput, ItemStack filteredOutput, TagOrStack input, TagOrStack filterUsed, boolean containsSouls) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInput()booleanmatchesInputs(ItemStack inputToCheck, ItemStack filterToCheck) booleanmatchesRecipe(HopperFilterRecipe recipe) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.crafting.IdentifiableRecipe
getId, setAsDefaultAfterAchievement, setAsDefaultUntilAchievement, setAsRecipeDefault
-
Constructor Details
-
HopperFilterRecipe
public HopperFilterRecipe(ItemStack hopperOutput, ItemStack filteredOutput, TagOrStack input, TagOrStack filterUsed, boolean containsSouls)
-
-
Method Details
-
matchesRecipe
-
matchesInputs
-
getHopperOutput
-
getFilteredOutput
-
getInput
-
getFilterUsed
-
getContainsSouls
public boolean getContainsSouls()
-