Package btw.crafting.recipe.types
Class PistonPackingRecipe
java.lang.Object
btw.crafting.recipe.types.PistonPackingRecipe
- All Implemented Interfaces:
IdentifiableRecipe<PistonPackingRecipe>
-
Constructor Summary
ConstructorsConstructorDescriptionPistonPackingRecipe(Block output, int outputMetadata, ItemStack[] secondaryOutput, TagOrStack[] input) -
Method Summary
Modifier and TypeMethodDescriptiongetInput()intbooleanmatchesInputs(TagOrStack[] inputToMatch) booleanmatchesRecipe(PistonPackingRecipe recipe) booleanmatchesSecondaryOutputs(ItemStack[] outputToMatch) voidsetVisualOutputStack(ItemStack visualOutputStack) 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, hideFromEMI, isEnabled, setAsDefaultAfterAchievement, setAsDefaultUntilAchievement, setAsRecipeDefault
-
Constructor Details
-
PistonPackingRecipe
public PistonPackingRecipe(Block output, int outputMetadata, ItemStack[] secondaryOutput, TagOrStack[] input)
-
-
Method Details
-
matchesRecipe
-
matchesInputs
-
matchesSecondaryOutputs
-
getOutput
-
getOutputMetadata
public int getOutputMetadata() -
getInput
-
getSecondaryOutput
-
setVisualOutputStack
-
getVisualOutputStack
-