Uses of Class
org.bukkit.inventory.CookingRecipe
Packages that use CookingRecipe
Package
Description
Classes used to manipulate the voxels in a 
world,
 including special states.Classes involved in manipulating player inventories and item interactions.
- 
Uses of CookingRecipe in org.bukkit.blockMethods in org.bukkit.block that return types with arguments of type CookingRecipeModifier and TypeMethodDescriptionMap<CookingRecipe<?>,Integer> Furnace.getRecipesUsed()Get the recipes used in this furnace.
- 
Uses of CookingRecipe in org.bukkit.event.inventoryMethods in org.bukkit.event.inventory that return CookingRecipeModifier and TypeMethodDescriptionFurnaceStartSmeltEvent.getRecipe()Gets the FurnaceRecipe associated with this eventConstructors in org.bukkit.event.inventory with parameters of type CookingRecipeModifierConstructorDescriptionFurnaceStartSmeltEvent(Block furnace, ItemStack source, CookingRecipe<?> recipe) 
- 
Uses of CookingRecipe in org.bukkit.inventoryClasses in org.bukkit.inventory with type parameters of type CookingRecipeModifier and TypeClassDescriptionclassCookingRecipe<T extends CookingRecipe>Represents a cooking recipe.Subclasses of CookingRecipe in org.bukkit.inventoryModifier and TypeClassDescriptionclassRepresents a campfire recipe.classRepresents a campfire recipe.classRepresents a furnace recipe.classRepresents a campfire recipe.Methods in org.bukkit.inventory that return CookingRecipeModifier and TypeMethodDescriptionSets the input of this cooking recipe.