Package btw.crafting.recipe.types
Class KilnRecipe
java.lang.Object
btw.crafting.recipe.types.KilnRecipe
- All Implemented Interfaces:
IdentifiableRecipe<KilnRecipe>
-
Constructor Summary
ConstructorsConstructorDescriptionKilnRecipe(ItemStack[] output, Block block, int[] metadatas, byte cookTimeMultiplier) -
Method Summary
Modifier and TypeMethodDescriptionbyteint[]booleanbooleanmatchesInputs(Block block, int metadata) booleanmatchesInputs(Block block, int[] metadatas) booleanmatchesRecipe(KilnRecipe recipe) 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, setAsDefaultAfterAchievement, setAsDefaultUntilAchievement, setAsRecipeDefault
-
Constructor Details
-
KilnRecipe
-
-
Method Details
-
ignoreMetadata
public boolean ignoreMetadata() -
matchesRecipe
-
matchesInputs
-
matchesInputs
-
getInputblock
-
getOutput
-
getInputMetadata
public int[] getInputMetadata() -
getCookTimeMultiplier
public byte getCookTimeMultiplier()
-