Package org.bukkit.inventory
Interface Recipe
- All Known Subinterfaces:
ComplexRecipe
- All Known Implementing Classes:
BlastingRecipe
,CampfireRecipe
,CookingRecipe
,CraftingRecipe
,FurnaceRecipe
,MerchantRecipe
,ShapedRecipe
,ShapelessRecipe
,SmithingRecipe
,SmithingTransformRecipe
,SmithingTrimRecipe
,SmokingRecipe
,StonecuttingRecipe
,TransmuteRecipe
public interface Recipe
Represents some type of crafting recipe.
-
Method Summary
-
Method Details
-
getResult
Get the result of this recipe.- Returns:
- The result stack
-