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.block
Methods 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.inventory
Methods 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.inventory
Classes in org.bukkit.inventory with type parameters of type CookingRecipeModifier and TypeClassDescriptionclass
CookingRecipe<T extends CookingRecipe>
Represents a cooking recipe.Subclasses of CookingRecipe in org.bukkit.inventoryModifier and TypeClassDescriptionclass
Represents a campfire recipe.class
Represents a campfire recipe.class
Represents a furnace recipe.class
Represents a campfire recipe.Methods in org.bukkit.inventory that return CookingRecipeModifier and TypeMethodDescriptionSets the input of this cooking recipe.