org.bukkit.inventory
Interface Recipe

All Known Implementing Classes:
FurnaceRecipe, ShapedRecipe, ShapelessRecipe

public interface Recipe

Represents some type of crafting recipe.


Method Summary
 ItemStack getResult()
          Get the result of this recipe.
 

Method Detail

getResult

ItemStack getResult()
Get the result of this recipe.

Returns:
The result stack


Copyright © 2014. All rights reserved.