Class SawRecipe

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

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

    • SawRecipe

      public SawRecipe(ItemStack[] output, Block block, int[] metadatas)
  • Method Details

    • getId

      public ResourceLocation getId()
      Specified by:
      getId in interface IdentifiableRecipe<SawRecipe>
    • ignoreMetadata

      public boolean ignoreMetadata()
    • matchesRecipe

      public boolean matchesRecipe(SawRecipe recipe)
    • matchesInputs

      public boolean matchesInputs(Block block, int metadata)
    • matchesInputs

      public boolean matchesInputs(Block block, int[] metadatas)
    • getInputblock

      public Block getInputblock()
    • getOutput

      public ItemStack[] getOutput()
    • getInputMetadata

      public int[] getInputMetadata()