Class KilnRecipe

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

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

    • KilnRecipe

      public KilnRecipe(ItemStack[] output, Block block, int[] metadatas, byte cookTimeMultiplier)
  • Method Details

    • ignoreMetadata

      public boolean ignoreMetadata()
    • matchesRecipe

      public boolean matchesRecipe(KilnRecipe 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()
    • getCookTimeMultiplier

      public byte getCookTimeMultiplier()