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 CookingRecipeMethods in org.bukkit.block with parameters of type CookingRecipeModifier and TypeMethodDescriptionvoid
Furnace.setRecipeUsedCount
(CookingRecipe<?> furnaceRecipe, int count) Sets the number of times a recipe has been used.Method parameters in org.bukkit.block with type arguments of type CookingRecipeModifier and TypeMethodDescriptionvoid
Furnace.setRecipesUsed
(@NotNull Map<CookingRecipe<?>, Integer> recipesUsed) Sets all recipes used by this furnace. -
Uses of CookingRecipe in org.bukkit.event.block
Methods in org.bukkit.event.block that return CookingRecipeModifier and TypeMethodDescriptionBlockCookEvent.getRecipe()
Gets the cooking recipe associated with this event.Constructors in org.bukkit.event.block with parameters of type CookingRecipeModifierConstructorDescriptionBlockCookEvent
(@NotNull Block block, @NotNull ItemStack source, @NotNull ItemStack result, CookingRecipe<?> recipe) -
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 CookingRecipeModifierConstructorDescriptionFurnaceSmeltEvent
(@NotNull Block furnace, @NotNull ItemStack source, @NotNull ItemStack result, CookingRecipe<?> recipe) FurnaceStartSmeltEvent
(@NotNull Block furnace, @NotNull ItemStack source, @NotNull CookingRecipe<?> recipe) Deprecated.FurnaceStartSmeltEvent
(@NotNull Block furnace, @NotNull ItemStack source, @NotNull CookingRecipe<?> recipe, int cookingTime) -
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.