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, TagOrStack[] input)
  • Method Details

    • matchesRecipe

      public boolean matchesRecipe(PistonPackingRecipe recipe)
    • matchesInputs

      public boolean matchesInputs(TagOrStack[] inputToMatch)
    • getOutput

      public Block getOutput()
    • getOutputMetadata

      public int getOutputMetadata()
    • getInput

      public TagOrStack[] getInput()