Package org.bukkit.inventory
Interface Recipe
-
- All Known Implementing Classes:
BlastingRecipe
,CampfireRecipe
,CookingRecipe
,FurnaceRecipe
,MerchantRecipe
,ShapedRecipe
,ShapelessRecipe
,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.
-
-
-
Method Detail
-
getResult
@NotNull ItemStack getResult()
Get the result of this recipe.- Returns:
- The result stack
-
-