Package org.bukkit.inventory
Interface Recipe
-
- All Known Subinterfaces:
ComplexRecipe
- All Known Implementing Classes:
BlastingRecipe
,CampfireRecipe
,CookingRecipe
,FurnaceRecipe
,MerchantRecipe
,ShapedRecipe
,ShapelessRecipe
,SmithingRecipe
,SmokingRecipe
,StonecuttingRecipe
public interface Recipe
Represents some type of crafting recipe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemStack
getResult()
Get the result of this recipe.
-