Uses of Class
org.bukkit.inventory.CraftingRecipe
Packages that use CraftingRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
- 
Uses of CraftingRecipe in org.bukkit.event.blockMethods in org.bukkit.event.block that return CraftingRecipeModifier and TypeMethodDescriptionCrafterCraftEvent.getRecipe()Gets the recipe that was used to craft this item.Constructors in org.bukkit.event.block with parameters of type CraftingRecipeModifierConstructorDescriptionCrafterCraftEvent(@NotNull Block theBlock, @NotNull CraftingRecipe recipe, @NotNull ItemStack result) 
- 
Uses of CraftingRecipe in org.bukkit.inventorySubclasses of CraftingRecipe in org.bukkit.inventoryModifier and TypeClassDescriptionclassRepresents a shaped (ie normal) crafting recipe.classRepresents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.classRepresents a recipe which will change the type of the input material when combined with an additional material, but preserve all custom data.