Class PistonPackingRecipe

java.lang.Object
btw.crafting.recipe.types.PistonPackingRecipe
All Implemented Interfaces:
IdentifiableRecipe<PistonPackingRecipe>

public class PistonPackingRecipe extends Object implements IdentifiableRecipe<PistonPackingRecipe>
  • Constructor Details

    • PistonPackingRecipe

      public PistonPackingRecipe(Block output, int outputMetadata, ItemStack[] secondaryOutput, TagOrStack[] input)
  • Method Details

    • matchesRecipe

      public boolean matchesRecipe(PistonPackingRecipe recipe)
    • matchesInputs

      public boolean matchesInputs(TagOrStack[] inputToMatch)
    • matchesSecondaryOutputs

      public boolean matchesSecondaryOutputs(ItemStack[] outputToMatch)
    • getOutput

      public Block getOutput()
    • getOutputMetadata

      public int getOutputMetadata()
    • getInput

      public TagOrStack[] getInput()
    • getSecondaryOutput

      public ItemStack[] getSecondaryOutput()
    • setVisualOutputStack

      public void setVisualOutputStack(ItemStack visualOutputStack)
    • getVisualOutputStack

      public ItemStack getVisualOutputStack()