Uses of Class
org.bukkit.inventory.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
Modifier and TypeMethodDescriptionvoid
Furnace.setRecipeUsedCount
(CookingRecipe<?> furnaceRecipe, int count) Sets the number of times a recipe has been used.Modifier and TypeMethodDescriptionvoid
Furnace.setRecipesUsed
(@NotNull Map<CookingRecipe<?>, Integer> recipesUsed) Sets all recipes used by this furnace. -
Uses of CookingRecipe in org.bukkit.event.block
Modifier and TypeMethodDescriptionBlockCookEvent.getRecipe()
Gets the cooking recipe associated with this event.ModifierConstructorDescriptionBlockCookEvent
(@NotNull Block block, @NotNull ItemStack source, @NotNull ItemStack result, CookingRecipe<?> recipe) -
Uses of CookingRecipe in org.bukkit.event.inventory
Modifier and TypeMethodDescriptionFurnaceStartSmeltEvent.getRecipe()
Gets the FurnaceRecipe associated with this eventModifierConstructorDescriptionFurnaceSmeltEvent
(@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
Modifier and TypeClassDescriptionclass
CookingRecipe<T extends CookingRecipe>
Represents a cooking recipe.Modifier and TypeClassDescriptionclass
Represents a campfire recipe.class
Represents a campfire recipe.class
Represents a furnace recipe.class
Represents a campfire recipe.Modifier and TypeMethodDescriptionSets the input of this cooking recipe.